aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb2InstrInfo.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 06:33:54 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 06:33:54 +0000
commitac2736670034e8942939b9fccf8e4618a0bda908 (patch)
treefdfade1f718ed8c4bd70b7193911deb7dd659c06 /lib/Target/ARM/Thumb2InstrInfo.h
parent629d80742ac8b1e28b094befb7cc17671b9fc857 (diff)
downloadexternal_llvm-ac2736670034e8942939b9fccf8e4618a0bda908.zip
external_llvm-ac2736670034e8942939b9fccf8e4618a0bda908.tar.gz
external_llvm-ac2736670034e8942939b9fccf8e4618a0bda908.tar.bz2
Replace copyRegToReg with copyPhysReg for ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb2InstrInfo.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/Target/ARM/Thumb2InstrInfo.h b/lib/Target/ARM/Thumb2InstrInfo.h
index 13b801a..3a9f8b1 100644
--- a/lib/Target/ARM/Thumb2InstrInfo.h
+++ b/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,