Remove this debug output; it isn't that useful, and it's incomplete
authorDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 00:56:44 +0000 (00:56 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 00:56:44 +0000 (00:56 +0000)
in the case where a basic block is split.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101850 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 796b14d070087348c82ca970c78d483ff3e9a65f..e21b1c8ca59336f4243eab8dad81f4c72e1ab43f 100644 (file)
@@ -609,8 +609,6 @@ MachineBasicBlock *SelectionDAGISel::CodeGenAndEmitDAG(MachineBasicBlock *BB) {
     delete Scheduler;
   }
 
-  DEBUG(dbgs() << "Selected machine code:\n");
-  DEBUG(BB->dump());
   return BB;
 }