@@ -35,6 +35,7 @@ astGuards
35
35
| test.c:162:9:162:18 | ... < ... |
36
36
| test.c:165:9:165:18 | ... < ... |
37
37
| test.c:175:13:175:32 | ... == ... |
38
+ | test.c:181:9:181:9 | x |
38
39
| test.cpp:18:8:18:10 | call to get |
39
40
| test.cpp:31:7:31:13 | ... == ... |
40
41
| test.cpp:42:13:42:20 | call to getABool |
@@ -255,6 +256,9 @@ astGuardsControl
255
256
| test.c:165:9:165:18 | ... < ... | true | 165 | 166 |
256
257
| test.c:175:13:175:32 | ... == ... | false | 175 | 175 |
257
258
| test.c:175:13:175:32 | ... == ... | true | 175 | 175 |
259
+ | test.c:181:9:181:9 | x | false | 183 | 184 |
260
+ | test.c:181:9:181:9 | x | true | 181 | 182 |
261
+ | test.c:181:9:181:9 | x | true | 186 | 180 |
258
262
| test.cpp:18:8:18:10 | call to get | true | 19 | 19 |
259
263
| test.cpp:31:7:31:13 | ... == ... | false | 30 | 30 |
260
264
| test.cpp:31:7:31:13 | ... == ... | false | 34 | 34 |
@@ -470,6 +474,7 @@ irGuards
470
474
| test.c:162:9:162:18 | CompareLT: ... < ... |
471
475
| test.c:165:9:165:18 | CompareLT: ... < ... |
472
476
| test.c:175:13:175:32 | CompareEQ: ... == ... |
477
+ | test.c:181:9:181:9 | Load: x |
473
478
| test.cpp:18:8:18:12 | CompareNE: (bool)... |
474
479
| test.cpp:31:7:31:13 | CompareEQ: ... == ... |
475
480
| test.cpp:42:13:42:20 | Call: call to getABool |
@@ -667,6 +672,8 @@ irGuardsControl
667
672
| test.c:165:9:165:18 | CompareLT: ... < ... | true | 165 | 166 |
668
673
| test.c:175:13:175:32 | CompareEQ: ... == ... | false | 175 | 175 |
669
674
| test.c:175:13:175:32 | CompareEQ: ... == ... | true | 175 | 175 |
675
+ | test.c:181:9:181:9 | Load: x | false | 184 | 184 |
676
+ | test.c:181:9:181:9 | Load: x | true | 182 | 182 |
670
677
| test.cpp:18:8:18:12 | CompareNE: (bool)... | true | 19 | 19 |
671
678
| test.cpp:31:7:31:13 | CompareEQ: ... == ... | false | 34 | 34 |
672
679
| test.cpp:31:7:31:13 | CompareEQ: ... == ... | true | 30 | 30 |
0 commit comments