diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-20 00:56:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-20 00:56:44 +0000 |
commit | eadc04badc8056c48bd770b45cb79bb421301d34 (patch) | |
tree | eb1f6a9729a3323d9093bbac26b9080f80a3f360 /llvm/lib | |
parent | e450d7444df4a430b2afae8ebf69d152b8f41e17 (diff) | |
download | bcm5719-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.cpp | 2 |
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; } |