Rewrite MachineOperand::print and MachineInstr::print to avoid
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
index c8e5f64904e9628def4e4e87c048155d729ce43b..456f4e633f2a7044ddfe658a35a844f034477609 100644 (file)
@@ -438,7 +438,7 @@ bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
         // Rewind to first instruction newly inserted.
         while (Start != BB.begin() && std::prev(Start) != PrevI) --Start;
         dbgs() << "Inserted instructions:\n\t";
-        Start->print(dbgs(), &MF.getTarget());
+        Start->print(dbgs());
         while (++Start != std::next(I)) {}
       }
       dumpStack();