Skip to content

Commit acc3d23

Browse files
author
Dave Bartolomeo
authored
Clarify comment
1 parent aa6bd07 commit acc3d23

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/ir/ssa

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/ir/ssa/ssa.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void MergeMustExactlyWithMustTotallyOverlap(bool c, Point p, int x1) {
139139
else {
140140
a = p;
141141
}
142-
int x = a.x; // Only one reaching def must exactly overlap, but we should still get a Phi for it.
142+
int x = a.x; // Only one (non-Chi) reaching def must exactly overlap, but we should still get a Phi for it.
143143
}
144144

145145
void MergeMustExactlyWithMayPartiallyOverlap(bool c, Point p, int x1) {

0 commit comments

Comments
 (0)