Reintroduce support for overloading target intrinsics
[oota-llvm.git] / lib / Target / XCore / XCoreRegisterInfo.h
index 00b7caa96bc6eb727ee77c4d367e3b00acd6dc25..a7df5102f2017dff4d9c00cfde7f3df8e22f812e 100644 (file)
@@ -57,8 +57,9 @@ public:
                                      MachineBasicBlock &MBB,
                                      MachineBasicBlock::iterator I) const;
 
-  void eliminateFrameIndex(MachineBasicBlock::iterator II,
-                           int SPAdj, RegScavenger *RS = NULL) const;
+  unsigned eliminateFrameIndex(MachineBasicBlock::iterator II,
+                               int SPAdj, int *Value = NULL,
+                               RegScavenger *RS = NULL) const;
                            
   void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
                                                 RegScavenger *RS = NULL) const;