PEI now passes a RegScavenger ptr to eliminateFrameIndex.
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.h
index 5ca2d7d2a296cbc6f695e920b0c908296c28bd87..3a46dcd01370e90d063a57e92d5de6fac967a040 100644 (file)
@@ -76,7 +76,8 @@ public:
   bool usesLR(MachineFunction &MF) const;
   
   void lowerDynamicAlloc(MachineBasicBlock::iterator II) const;
-  void eliminateFrameIndex(MachineBasicBlock::iterator II) const;
+  void eliminateFrameIndex(MachineBasicBlock::iterator II,
+                           RegScavenger *RS = NULL) const;
 
   /// determineFrameLayout - Determine the size of the frame and maximum call
   /// frame size.