@@ -448,7 +448,6 @@ astGuardsControl
448448| test.cpp:31:7:31:13 | ... == ... | false | 34 | 34 |
449449| test.cpp:31:7:31:13 | ... == ... | true | 30 | 30 |
450450| test.cpp:31:7:31:13 | ... == ... | true | 31 | 32 |
451- | test.cpp:42:13:42:20 | call to getABool | false | 53 | 53 |
452451| test.cpp:42:13:42:20 | call to getABool | true | 43 | 45 |
453452astGuardsEnsure
454453| test.c:7:9:7:13 | ... > ... | test.c:7:9:7:9 | x | < | test.c:7:13:7:13 | 0 | 1 | 10 | 11 |
@@ -893,8 +892,6 @@ astGuardsEnsure_const
893892| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:13 | ... == ... | == | 1 | 30 | 30 |
894893| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:13 | ... == ... | == | 1 | 31 | 32 |
895894| test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | != | 0 | 43 | 45 |
896- | test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | != | 1 | 53 | 53 |
897- | test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | == | 0 | 53 | 53 |
898895| test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | == | 1 | 43 | 45 |
899896irGuards
900897| test.c:7:9:7:13 | CompareGT: ... > ... |
@@ -1301,8 +1298,8 @@ irGuardsControl
13011298| test.cpp:31:7:31:13 | CompareEQ: ... == ... | false | 34 | 34 |
13021299| test.cpp:31:7:31:13 | CompareEQ: ... == ... | true | 30 | 30 |
13031300| test.cpp:31:7:31:13 | CompareEQ: ... == ... | true | 32 | 32 |
1304- | test.cpp:42:13:42:20 | Call: call to getABool | false | 53 | 53 |
13051301| test.cpp:42:13:42:20 | Call: call to getABool | true | 44 | 44 |
1302+ | test.cpp:42:13:42:20 | Call: call to getABool | true | 45 | 45 |
13061303irGuardsEnsure
13071304| test.c:7:9:7:13 | CompareGT: ... > ... | test.c:7:9:7:9 | Load: x | < | test.c:7:13:7:13 | Constant: 0 | 1 | 11 | 11 |
13081305| test.c:7:9:7:13 | CompareGT: ... > ... | test.c:7:9:7:9 | Load: x | >= | test.c:7:13:7:13 | Constant: 0 | 1 | 8 | 8 |
@@ -1781,6 +1778,6 @@ irGuardsEnsure_const
17811778| test.cpp:31:7:31:13 | CompareEQ: ... == ... | test.cpp:31:7:31:13 | CompareEQ: ... == ... | == | 1 | 30 | 30 |
17821779| test.cpp:31:7:31:13 | CompareEQ: ... == ... | test.cpp:31:7:31:13 | CompareEQ: ... == ... | == | 1 | 32 | 32 |
17831780| test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | != | 0 | 44 | 44 |
1784- | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | != | 1 | 53 | 53 |
1785- | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | == | 0 | 53 | 53 |
1781+ | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | != | 0 | 45 | 45 |
17861782| test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | == | 1 | 44 | 44 |
1783+ | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | == | 1 | 45 | 45 |
0 commit comments