refactor select 'sched insertion' out to its own method.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 1c612a13a25c847ee1c87a6fb1bc362510773a63..016ec54eee772448ea6eb7cec16d07bd5e53ae33 100644 (file)
@@ -738,6 +738,9 @@ namespace llvm {
                                                    MachineInstr *BInstr,
                                                    MachineBasicBlock *BB) const;
 
+    MachineBasicBlock *EmitLoweredSelect(MachineInstr *I,
+                                         MachineBasicBlock *BB) 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);