We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e0dec commit 3af9885Copy full SHA for 3af9885
cpp/ql/test/library-tests/rangeanalysis/SimpleRangeAnalysis/test.c
@@ -914,15 +914,15 @@ void guard_with_exit(int x, int y) {
914
915
// This test ensures that we correctly identify
916
// that the upper bound for y is max_int when calling `out(y)`.
917
- // The RangeSsa will place guardPhy on `out(y)`, and consequently there is no
+ // The RangeSsa will place guardPhi on `out(y)`, and consequently there is no
918
// frontier phi node at out(y).
919
}
920
921
void test(int x) {
922
if (x >= 10) {
923
return;
924
925
- // The basic below has two predecessors.
+ // The basic block below has two predecessors.
926
label:
927
out(x);
928
goto label;
0 commit comments