mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
Amend debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb29157d80
commit
ef1f5ccca7
@ -95,9 +95,10 @@ void SplitAnalysis::analyzeUses() {
|
||||
assert(fixed && "Couldn't fix broken live interval");
|
||||
}
|
||||
|
||||
DEBUG(dbgs() << " counted "
|
||||
DEBUG(dbgs() << "Analyze counted "
|
||||
<< UsingInstrs.size() << " instrs, "
|
||||
<< UsingBlocks.size() << " blocks.\n");
|
||||
<< UsingBlocks.size() << " blocks, "
|
||||
<< LiveBlocks.size() << " spanned.\n");
|
||||
}
|
||||
|
||||
/// calcLiveBlockInfo - Fill the LiveBlocks array with information about blocks
|
||||
|
Loading…
Reference in New Issue
Block a user