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:
parent
e8387b1250
commit
5d47f180a2
@ -609,8 +609,6 @@ MachineBasicBlock *SelectionDAGISel::CodeGenAndEmitDAG(MachineBasicBlock *BB) {
|
||||
delete Scheduler;
|
||||
}
|
||||
|
||||
DEBUG(dbgs() << "Selected machine code:\n");
|
||||
DEBUG(BB->dump());
|
||||
return BB;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user