Can't print out machine code before it is constructed.

llvm-svn: 14472
This commit is contained in:
Misha Brukman 2004-06-28 21:16:57 +00:00
parent 9475b96a3c
commit 15c10883ff
1 changed files with 0 additions and 3 deletions

View File

@ -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)