- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename...
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 79cd08bdc7918fc725b000a637f87c232e067f13..7996184f33f309066f49a137e92f76e4259e0237 100644 (file)
@@ -453,11 +453,6 @@ namespace llvm {
     /// and some i16 instructions are slow.
     virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
 
-    virtual void
-    EmitTargetCodeForFrameDebugValue(MachineBasicBlock* BB,
-                                     unsigned FrameIx, uint64_t Offset,
-                                     MDNode *MDPtr, DebugLoc DL) const;
-
     virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
                                                          MachineBasicBlock *MBB,
                     DenseMap<MachineBasicBlock*, MachineBasicBlock*> *EM) const;