Skip to content

Commit 0610fb4

Browse files
committed
Minor change to StackMapLiveness DEBUG output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205656 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a134cec commit 0610fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CodeGen/StackMapLivenessAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ bool StackMapLiveness::calculateLiveness() {
9999
HasStackMap = true;
100100
++NumStackMaps;
101101
}
102-
DEBUG(dbgs() << " " << *I << " " << LiveRegs);
102+
DEBUG(dbgs() << " " << LiveRegs << " " << *I);
103103
LiveRegs.stepBackward(*I);
104104
}
105105
++NumBBsVisited;

0 commit comments

Comments
 (0)