aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb1InstrInfo.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/Thumb1InstrInfo.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/Thumb1InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb1InstrInfo.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/Target/ARM/Thumb1InstrInfo.h b/lib/Target/ARM/Thumb1InstrInfo.h
index c937296..ddd1a2e 100644
--- a/lib/Target/ARM/Thumb1InstrInfo.h
+++ b/lib/Target/ARM/Thumb1InstrInfo.h
@@ -46,12 +46,10 @@ public:
const std::vector<CalleeSavedInfo> &CSI,
const TargetRegisterInfo *TRI) 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,
unsigned SrcReg, bool isKill, int FrameIndex,