mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Minor change to StackMapLiveness DEBUG output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205656 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a134cec06b
commit
0610fb407e
@ -99,7 +99,7 @@ bool StackMapLiveness::calculateLiveness() {
|
||||
HasStackMap = true;
|
||||
++NumStackMaps;
|
||||
}
|
||||
DEBUG(dbgs() << " " << *I << " " << LiveRegs);
|
||||
DEBUG(dbgs() << " " << LiveRegs << " " << *I);
|
||||
LiveRegs.stepBackward(*I);
|
||||
}
|
||||
++NumBBsVisited;
|
||||
|
Loading…
x
Reference in New Issue
Block a user