summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:33:01 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:33:01 +0000
commitf1106c4247bd1a2da605d6bd69054859be40eea2 (patch)
tree9bb2014c9ee7fab8b13d292e608d72a096387dd3 /lib/Target/SystemZ/SystemZInstrInfo.h
parent27bf677e59f9ba769f880f59c014481061d98f8f (diff)
downloadllvm-f1106c4247bd1a2da605d6bd69054859be40eea2.tar.gz
llvm-f1106c4247bd1a2da605d6bd69054859be40eea2.tar.bz2
llvm-f1106c4247bd1a2da605d6bd69054859be40eea2.tar.xz
Another predicate routine
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZInstrInfo.h')
-rw-r--r--lib/Target/SystemZ/SystemZInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrInfo.h b/lib/Target/SystemZ/SystemZInstrInfo.h
index 2bcdb2e55c..0ef3ca93be 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.h
+++ b/lib/Target/SystemZ/SystemZInstrInfo.h
@@ -70,6 +70,7 @@ public:
unsigned &SrcSubIdx, unsigned &DstSubIdx) const;
unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
+ bool isInvariantLoad(const MachineInstr *MI) const;
virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI,