These methods no longer take a TargetRegisterClass* operand.
[oota-llvm.git] / lib / Target / Skeleton / SkeletonRegisterInfo.h
index af8526f399d058bfb7c7942e0fa37a9b1e4c32e7..3bf5766d94b2a70d0803ce06a1b19ea230c6d8a0 100644 (file)
@@ -27,13 +27,11 @@ namespace llvm {
     // See MRegisterInfo.h for information on these methods.
     int storeRegToStackSlot(MachineBasicBlock &MBB,
                             MachineBasicBlock::iterator MBBI,
-                            unsigned SrcReg, int FrameIndex,
-                            const TargetRegisterClass *RC) const;
+                            unsigned SrcReg, int FrameIndex) const;
     
     int loadRegFromStackSlot(MachineBasicBlock &MBB,
                              MachineBasicBlock::iterator MBBI,
-                             unsigned DestReg, int FrameIndex,
-                             const TargetRegisterClass *RC) const;
+                             unsigned DestReg, int FrameIndex) const;
     
     int copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
                      unsigned DestReg, unsigned SrcReg,