aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUInstrInfo.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 07:31:03 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 07:31:03 +0000
commit377b7b7ca3a28e2329abd1f22b9bc0482635ccce (patch)
treee87be6114dca1b26505393104d4c12076d76ce12 /lib/Target/CellSPU/SPUInstrInfo.h
parent27689b0affee8fb1bfbef11dcc84287b7757cfe8 (diff)
downloadexternal_llvm-377b7b7ca3a28e2329abd1f22b9bc0482635ccce.zip
external_llvm-377b7b7ca3a28e2329abd1f22b9bc0482635ccce.tar.gz
external_llvm-377b7b7ca3a28e2329abd1f22b9bc0482635ccce.tar.bz2
Replace copyRegToReg with copyPhysReg for CellSPU.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUInstrInfo.h')
-rw-r--r--lib/Target/CellSPU/SPUInstrInfo.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/Target/CellSPU/SPUInstrInfo.h b/lib/Target/CellSPU/SPUInstrInfo.h
index 0a91486..baaac7e 100644
--- a/lib/Target/CellSPU/SPUInstrInfo.h
+++ b/lib/Target/CellSPU/SPUInstrInfo.h
@@ -56,12 +56,10 @@ namespace llvm {
unsigned isStoreToStackSlot(const MachineInstr *MI,
int &FrameIndex) const;
- virtual bool copyRegToReg(MachineBasicBlock &MBB,
- MachineBasicBlock::iterator MI,
- unsigned DestReg, unsigned SrcReg,
- const TargetRegisterClass *DestRC,
- const TargetRegisterClass *SrcRC,
- DebugLoc DL) const;
+ virtual void copyPhysReg(MachineBasicBlock &MBB,
+ MachineBasicBlock::iterator I, DebugLoc DL,
+ unsigned DestReg, unsigned SrcReg,
+ bool KillSrc) const;
//! Store a register to a stack slot, based on its register class.
virtual void storeRegToStackSlot(MachineBasicBlock &MBB,