1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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
This commit is contained in:
Dan Gohman 2010-04-20 00:56:44 +00:00
parent e8387b1250
commit 5d47f180a2

View File

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