diff options
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb2InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/Thumb2InstrInfo.h | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/llvm/lib/Target/ARM/Thumb2InstrInfo.h b/llvm/lib/Target/ARM/Thumb2InstrInfo.h index 13b801a3ef0..3a9f8b194d3 100644 --- a/llvm/lib/Target/ARM/Thumb2InstrInfo.h +++ b/llvm/lib/Target/ARM/Thumb2InstrInfo.h @@ -43,12 +43,10 @@ public:    bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTInstrs,                             MachineBasicBlock &FMBB, unsigned NumFInstrs) const; -  bool copyRegToReg(MachineBasicBlock &MBB, -                    MachineBasicBlock::iterator I, -                    unsigned DestReg, unsigned SrcReg, -                    const TargetRegisterClass *DestRC, -                    const TargetRegisterClass *SrcRC, -                    DebugLoc DL) const; +  void copyPhysReg(MachineBasicBlock &MBB, +                   MachineBasicBlock::iterator I, DebugLoc DL, +                   unsigned DestReg, unsigned SrcReg, +                   bool KillSrc) const;    void storeRegToStackSlot(MachineBasicBlock &MBB,                             MachineBasicBlock::iterator MBBI,  | 

