[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32RegisterInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Sep 29 18:31:07 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPC32RegisterInfo.h updated: 1.5 -> 1.6
---
Log message:
these methods get extra args
---
Diffs of the changes: (+4 -2)
PPC32RegisterInfo.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/PowerPC/PPC32RegisterInfo.h
diff -u llvm/lib/Target/PowerPC/PPC32RegisterInfo.h:1.5 llvm/lib/Target/PowerPC/PPC32RegisterInfo.h:1.6
--- llvm/lib/Target/PowerPC/PPC32RegisterInfo.h:1.5 Fri Sep 16 20:03:26 2005
+++ llvm/lib/Target/PowerPC/PPC32RegisterInfo.h Thu Sep 29 20:30:55 2005
@@ -30,11 +30,13 @@
/// Code Generation virtual methods...
void storeRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MBBI,
- unsigned SrcReg, int FrameIndex) const;
+ unsigned SrcReg, int FrameIndex,
+ const TargetRegisterClass *RC) const;
void loadRegFromStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MBBI,
- unsigned DestReg, int FrameIndex) const;
+ unsigned DestReg, int FrameIndex,
+ const TargetRegisterClass *RC) const;
void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
unsigned DestReg, unsigned SrcReg,
More information about the llvm-commits
mailing list