summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-20 00:56:44 +0000
committerDan Gohman <gohman@apple.com>2010-04-20 00:56:44 +0000
commiteadc04badc8056c48bd770b45cb79bb421301d34 (patch)
treeeb1f6a9729a3323d9093bbac26b9080f80a3f360 /llvm/lib
parente450d7444df4a430b2afae8ebf69d152b8f41e17 (diff)
downloadbcm5719-llvm-eadc04badc8056c48bd770b45cb79bb421301d34.tar.gz
bcm5719-llvm-eadc04badc8056c48bd770b45cb79bb421301d34.zip
Remove this debug output; it isn't that useful, and it's incomplete
in the case where a basic block is split. llvm-svn: 101850
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 796b14d0700..e21b1c8ca59 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -609,8 +609,6 @@ MachineBasicBlock *SelectionDAGISel::CodeGenAndEmitDAG(MachineBasicBlock *BB) {
delete Scheduler;
}
- DEBUG(dbgs() << "Selected machine code:\n");
- DEBUG(BB->dump());
return BB;
}
OpenPOWER on IntegriCloud