mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove this debug output; it isn't that useful, and it's incomplete
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
This commit is contained in:
parent
8ba3aa7f9c
commit
a9056dbec1
@ -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