Skip to content

Commit 6303889

Browse files
C++: Accept test output after changes
1 parent 2cd6947 commit 6303889

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

cpp/ql/test/library-tests/valuenumbering/GlobalValueNumbering/ir_gvn.expected

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -394,27 +394,27 @@ test.cpp:
394394
#-----| Goto -> Block 3
395395

396396
# 56| Block 3
397-
# 56| m3_0(char *) = Phi : from 2:m2_3, from 5:m5_4
397+
# 56| m3_0(decltype(nullptr)) = Phi : from 2:m2_3, from 5:m5_4
398398
# 56| valnum = m3_0
399-
# 56| r3_1(glval<char *>) = VariableAddress[ptr] :
399+
# 56| r3_1(glval<char *>) = VariableAddress[ptr] :
400400
# 56| valnum = r0_7
401-
# 56| r3_2(char *) = Load : &:r3_1, m3_0
401+
# 56| r3_2(char *) = Load : &:r3_1, m3_0
402402
# 56| valnum = m3_0
403-
# 56| r3_3(char) = Load : &:r3_2, ~m0_1
403+
# 56| r3_3(char) = Load : &:r3_2, ~m0_1
404404
# 56| valnum = unique
405-
# 56| r3_4(int) = Convert : r3_3
405+
# 56| r3_4(int) = Convert : r3_3
406406
# 56| valnum = unique
407-
# 56| r3_5(glval<char *>) = VariableAddress[str] :
407+
# 56| r3_5(glval<char *>) = VariableAddress[str] :
408408
# 56| valnum = r0_3
409-
# 56| r3_6(char *) = Load : &:r3_5, m0_4
409+
# 56| r3_6(char *) = Load : &:r3_5, m0_4
410410
# 56| valnum = m0_4
411-
# 56| r3_7(char) = Load : &:r3_6, ~m0_1
411+
# 56| r3_7(char) = Load : &:r3_6, ~m0_1
412412
# 56| valnum = unique
413-
# 56| r3_8(int) = Convert : r3_7
413+
# 56| r3_8(int) = Convert : r3_7
414414
# 56| valnum = unique
415-
# 56| r3_9(bool) = CompareNE : r3_4, r3_8
415+
# 56| r3_9(bool) = CompareNE : r3_4, r3_8
416416
# 56| valnum = unique
417-
# 56| v3_10(void) = ConditionalBranch : r3_9
417+
# 56| v3_10(void) = ConditionalBranch : r3_9
418418
#-----| False -> Block 6
419419
#-----| True -> Block 4
420420

cpp/ql/test/library-tests/variables/variables/types.expected

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
| ..()(..) | RoutineType | | | | |
22
| ..(*)(..) | FunctionPointerType | | ..()(..) | | |
3-
| _Complex __float128 | ArithmeticType | | | | |
3+
| _Complex __float128 | FloatingPointType | | | | |
44
| _Complex double | FloatingPointType | | | | |
55
| _Complex float | FloatingPointType | | | | |
66
| _Complex long double | FloatingPointType | | | | |
7-
| _Decimal32 | ArithmeticType | | | | |
8-
| _Decimal64 | ArithmeticType | | | | |
9-
| _Decimal128 | ArithmeticType | | | | |
10-
| _Float32 | ArithmeticType | | | | |
11-
| _Float32x | ArithmeticType | | | | |
12-
| _Float64 | ArithmeticType | | | | |
13-
| _Float64x | ArithmeticType | | | | |
14-
| _Float128 | ArithmeticType | | | | |
15-
| _Float128x | ArithmeticType | | | | |
7+
| _Decimal32 | Decimal32Type | | | | |
8+
| _Decimal64 | Decimal64Type | | | | |
9+
| _Decimal128 | Decimal128Type | | | | |
10+
| _Float32 | FloatingPointType | | | | |
11+
| _Float32x | FloatingPointType | | | | |
12+
| _Float64 | FloatingPointType | | | | |
13+
| _Float64x | FloatingPointType | | | | |
14+
| _Float128 | FloatingPointType | | | | |
15+
| _Float128x | FloatingPointType | | | | |
1616
| _Imaginary double | FloatingPointType | | | | |
1717
| _Imaginary float | FloatingPointType | | | | |
1818
| _Imaginary long double | FloatingPointType | | | | |

0 commit comments

Comments
 (0)