summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:32:41 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:32:41 +0000
commit27bf677e59f9ba769f880f59c014481061d98f8f (patch)
tree4106ad20f1659bad892d3942f65af14c7213859c /lib/Target/SystemZ/SystemZInstrInfo.h
parentae46db85a946ef49f9febc3eca85b8cfad622ccb (diff)
downloadllvm-27bf677e59f9ba769f880f59c014481061d98f8f.tar.gz
llvm-27bf677e59f9ba769f880f59c014481061d98f8f.tar.bz2
llvm-27bf677e59f9ba769f880f59c014481061d98f8f.tar.xz
More helpers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZInstrInfo.h')
-rw-r--r--lib/Target/SystemZ/SystemZInstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrInfo.h b/lib/Target/SystemZ/SystemZInstrInfo.h
index 0634aa99ea..2bcdb2e55c 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.h
+++ b/lib/Target/SystemZ/SystemZInstrInfo.h
@@ -68,6 +68,8 @@ public:
bool isMoveInstr(const MachineInstr& MI,
unsigned &SrcReg, unsigned &DstReg,
unsigned &SrcSubIdx, unsigned &DstSubIdx) const;
+ unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
+ unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI,