diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 353ab4ceb99..10146c5a565 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -56,9 +56,6 @@ bool PowerPCTargetMachine::addPassesToEmitAssembly(PassManager &PM, // FIXME: Implement the switch instruction in the instruction selector! PM.add(createLowerSwitchPass()); - if (PrintMachineCode) - PM.add(createMachineFunctionPrinterPass(&std::cerr)); - PM.add(createPPCSimpleInstructionSelector(*this)); if (PrintMachineCode)