Make RangeSpanList take a symbol for the beginning of the range
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 6231e253d21bfbfcf8d09c2116076b999c7f5435..bc3dd608da52470e961fa2c9c9e785b784cc31cb 100644 (file)
@@ -973,9 +973,6 @@ namespace llvm {
     MachineBasicBlock *emitEHSjLjLongJmp(MachineInstr *MI,
                                          MachineBasicBlock *MBB) const;
 
-    MachineBasicBlock *emitPatchPoint(MachineInstr *MI,
-                                      MachineBasicBlock *MBB) const;
-
     /// Emit nodes that will be selected as "test Op0,Op0", or something
     /// equivalent, for use with the given x86 condition code.
     SDValue EmitTest(SDValue Op0, unsigned X86CC, SelectionDAG &DAG) const;