File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/lib/semmle/code/cpp/rangeanalysis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1544,7 +1544,7 @@ private float getGuardedUpperBound(VariableAccess guardedAccess) {
1544
1544
// more than one predecessor, the guard phi node could originate
1545
1545
// from one of the predecessors. This is because the guard phi
1546
1546
// node is attached to the block at the end of the edge and not on
1547
- // the actual edge. It is therefore possible to determine which
1547
+ // the actual edge. It is therefore not possible to determine which
1548
1548
// edge the guard phi node belongs to. The predicate below ensures
1549
1549
// that there is one predecessor, albeit somewhat conservative.
1550
1550
exists ( unique( BasicBlock b | b = def .( BasicBlock ) .getAPredecessor ( ) ) ) and
You can’t perform that action at this time.
0 commit comments