diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZInstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZInstrInfo.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrInfo.h b/llvm/lib/Target/SystemZ/SystemZInstrInfo.h index 2bcdb2e55c4..0ef3ca93bea 100644 --- a/llvm/lib/Target/SystemZ/SystemZInstrInfo.h +++ b/llvm/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,  | 

