Change the Value argument to eliminateFrameIndex to a type-tagged value. This
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.h
index e4bdb4e4c21c697bafa717fab1e250ae857a7e39..12b2f3ee3e5477d2d0d6edd68e6a86725331df86 100644 (file)
@@ -143,7 +143,7 @@ public:
                                      MachineBasicBlock::iterator MI) const;
 
   unsigned eliminateFrameIndex(MachineBasicBlock::iterator MI,
-                               int SPAdj, int *Value = NULL,
+                               int SPAdj, FrameIndexValue *Value = NULL,
                                RegScavenger *RS = NULL) const;
 
   void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,