mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Clarify comment
This commit is contained in:
@@ -139,7 +139,7 @@ void MergeMustExactlyWithMustTotallyOverlap(bool c, Point p, int x1) {
|
||||
else {
|
||||
a = p;
|
||||
}
|
||||
int x = a.x; // Only one reaching def must exactly overlap, but we should still get a Phi for it.
|
||||
int x = a.x; // Only one (non-Chi) reaching def must exactly overlap, but we should still get a Phi for it.
|
||||
}
|
||||
|
||||
void MergeMustExactlyWithMayPartiallyOverlap(bool c, Point p, int x1) {
|
||||
|
||||
Reference in New Issue
Block a user