mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
Remove this debug output. The MachineFunction will be printed once all of
instruction selection is done; it's confusing to see parts of it printed, while other parts are omitted, along the way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8387d7db19
commit
e7fd7c6886
@ -833,9 +833,6 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) {
|
|||||||
void
|
void
|
||||||
SelectionDAGISel::FinishBasicBlock(MachineBasicBlock *BB) {
|
SelectionDAGISel::FinishBasicBlock(MachineBasicBlock *BB) {
|
||||||
|
|
||||||
DEBUG(dbgs() << "Target-post-processed machine code:\n");
|
|
||||||
DEBUG(BB->dump());
|
|
||||||
|
|
||||||
DEBUG(dbgs() << "Total amount of phi nodes to update: "
|
DEBUG(dbgs() << "Total amount of phi nodes to update: "
|
||||||
<< FuncInfo->PHINodesToUpdate.size() << "\n");
|
<< FuncInfo->PHINodesToUpdate.size() << "\n");
|
||||||
DEBUG(for (unsigned i = 0, e = FuncInfo->PHINodesToUpdate.size(); i != e; ++i)
|
DEBUG(for (unsigned i = 0, e = FuncInfo->PHINodesToUpdate.size(); i != e; ++i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user