Change the Value argument to eliminateFrameIndex to a type-tagged value. This
[oota-llvm.git] / lib / Target / Mips / MipsRegisterInfo.h
index 6a3ec00a4ecfbf5550020e43c17cb427f972ed20..9fd044cb8b79299034fb60f28738c3489d382643 100644 (file)
@@ -64,7 +64,7 @@ struct MipsRegisterInfo : public MipsGenRegisterInfo {
 
   /// Stack Frame Processing Methods
   unsigned eliminateFrameIndex(MachineBasicBlock::iterator II,
-                               int SPAdj, int *Value = NULL,
+                               int SPAdj, FrameIndexValue *Value = NULL,
                                RegScavenger *RS = NULL) const;
 
   void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;