Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks...
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index e9baef29f7557a3b4f7d0af25da328b9925155ca..5f69e43a5fac6c9145ceb371aae8bd3f7130d4c6 100644 (file)
@@ -740,7 +740,8 @@ namespace llvm {
                                                    MachineBasicBlock *BB) const;
 
     MachineBasicBlock *EmitLoweredSelect(MachineInstr *I,
-                                         MachineBasicBlock *BB) const;
+                                         MachineBasicBlock *BB,
+                    DenseMap<MachineBasicBlock*, MachineBasicBlock*> *EM) const;
     
     /// Emit nodes that will be selected as "test Op0,Op0", or something
     /// equivalent, for use with the given x86 condition code.