Replace vfmaddxx213 instructions with their 231-type equivalents in accumulator
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 9b32d121010835888c8750849a11134e8abbf68d..d985c98875cd563a8bf68e74dafbf870e3709bef 100644 (file)
@@ -972,6 +972,9 @@ namespace llvm {
     MachineBasicBlock *emitEHSjLjLongJmp(MachineInstr *MI,
                                          MachineBasicBlock *MBB) const;
 
+    MachineBasicBlock *emitFMA3Instr(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;