summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-28 21:16:57 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-28 21:16:57 +0000
commit15c10883ffc68a60d37db964a9a2859258b1377a (patch)
tree1389880a819bbce6685eefea3e016ab014b51bff /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
parent9475b96a3c5a80bd8d448adb3a8debdabe51bd40 (diff)
downloadbcm5719-llvm-15c10883ffc68a60d37db964a9a2859258b1377a.tar.gz
bcm5719-llvm-15c10883ffc68a60d37db964a9a2859258b1377a.zip
Can't print out machine code before it is constructed.
llvm-svn: 14472
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index 353ab4ceb99..10146c5a565 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud