mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Minor change to StackMapLiveness DEBUG output.
llvm-svn: 205656
This commit is contained in:
parent
7b6a70a9cf
commit
06df84876b
@ -99,7 +99,7 @@ bool StackMapLiveness::calculateLiveness() {
|
||||
HasStackMap = true;
|
||||
++NumStackMaps;
|
||||
}
|
||||
DEBUG(dbgs() << " " << *I << " " << LiveRegs);
|
||||
DEBUG(dbgs() << " " << LiveRegs << " " << *I);
|
||||
LiveRegs.stepBackward(*I);
|
||||
}
|
||||
++NumBBsVisited;
|
||||
|
Loading…
Reference in New Issue
Block a user