X86 cost model: Exit before calling getSimpleVT on non-simple VTs
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.h
index 7932ede8dd6545f44522ece33140b82d566ac8ed..b9d7b8cf8b9a0130f4fcb345a2c4b34c177a6cdd 100644 (file)
@@ -117,12 +117,9 @@ public:
   bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
                             int &FrameIdx) const;
 
-  void eliminateCallFramePseudoInstr(MachineFunction &MF,
-                                     MachineBasicBlock &MBB,
-                                     MachineBasicBlock::iterator MI) const;
-
   void eliminateFrameIndex(MachineBasicBlock::iterator MI,
-                           int SPAdj, RegScavenger *RS = NULL) const;
+                           int SPAdj, unsigned FIOperandNum,
+                           RegScavenger *RS = NULL) const;
 
   // Debug information queries.
   unsigned getFrameRegister(const MachineFunction &MF) const;