Skip to content

Commit 538c2b2

Browse files
committed
C++: Accept output
1 parent 2017ca8 commit 538c2b2

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
| test.cpp:7:3:7:7 | ... = ... | test.cpp:7:3:7:7 | ... = ... | AST only |
44
| test.cpp:10:16:10:16 | 1 | test.cpp:10:16:10:16 | 1 | AST only |
55
| test.cpp:16:3:16:24 | ... = ... | test.cpp:16:3:16:24 | ... = ... | AST only |
6-
| test.cpp:16:7:16:24 | ... + ... | test.cpp:17:7:17:24 | ... + ... | AST only |
7-
| test.cpp:16:7:16:24 | ... + ... | test.cpp:18:7:18:7 | x | AST only |
8-
| test.cpp:16:17:16:24 | global01 | test.cpp:17:17:17:24 | global01 | AST only |
96
| test.cpp:17:3:17:24 | ... = ... | test.cpp:17:3:17:24 | ... = ... | AST only |
10-
| test.cpp:17:7:17:24 | ... + ... | test.cpp:16:7:16:24 | ... + ... | AST only |
11-
| test.cpp:17:17:17:24 | global01 | test.cpp:16:17:16:24 | global01 | AST only |
127
| test.cpp:18:3:18:7 | ... = ... | test.cpp:18:3:18:7 | ... = ... | AST only |
13-
| test.cpp:18:7:18:7 | x | test.cpp:16:7:16:24 | ... + ... | AST only |
148
| test.cpp:21:16:21:16 | 2 | test.cpp:21:16:21:16 | 2 | AST only |
159
| test.cpp:29:3:29:3 | x | test.cpp:31:3:31:3 | x | IR only |
1610
| test.cpp:29:3:29:24 | ... = ... | test.cpp:29:3:29:24 | ... = ... | AST only |
@@ -21,6 +15,9 @@
2115
| test.cpp:35:16:35:16 | 3 | test.cpp:35:16:35:16 | 3 | AST only |
2216
| test.cpp:43:3:43:3 | x | test.cpp:45:3:45:3 | x | IR only |
2317
| test.cpp:43:3:43:24 | ... = ... | test.cpp:43:3:43:24 | ... = ... | AST only |
18+
| test.cpp:43:7:43:24 | ... + ... | test.cpp:45:7:45:24 | ... + ... | IR only |
19+
| test.cpp:43:7:43:24 | ... + ... | test.cpp:46:7:46:7 | x | IR only |
20+
| test.cpp:43:17:43:24 | global03 | test.cpp:45:17:45:24 | global03 | IR only |
2421
| test.cpp:44:3:44:5 | * ... | test.cpp:44:4:44:5 | p2 | IR only |
2522
| test.cpp:44:3:44:9 | ... = ... | test.cpp:44:3:44:9 | ... = ... | AST only |
2623
| test.cpp:44:4:44:5 | p2 | test.cpp:44:3:44:5 | * ... | IR only |
@@ -31,7 +28,10 @@
3128
| test.cpp:44:9:44:9 | 0 | test.cpp:88:12:88:12 | 0 | AST only |
3229
| test.cpp:45:3:45:3 | x | test.cpp:43:3:43:3 | x | IR only |
3330
| test.cpp:45:3:45:24 | ... = ... | test.cpp:45:3:45:24 | ... = ... | AST only |
31+
| test.cpp:45:7:45:24 | ... + ... | test.cpp:43:7:43:24 | ... + ... | IR only |
32+
| test.cpp:45:17:45:24 | global03 | test.cpp:43:17:43:24 | global03 | IR only |
3433
| test.cpp:46:3:46:7 | ... = ... | test.cpp:46:3:46:7 | ... = ... | AST only |
34+
| test.cpp:46:7:46:7 | x | test.cpp:43:7:43:24 | ... + ... | IR only |
3535
| test.cpp:51:25:51:25 | 0 | test.cpp:44:9:44:9 | 0 | AST only |
3636
| test.cpp:51:25:51:25 | 0 | test.cpp:53:18:53:21 | (int)... | AST only |
3737
| test.cpp:51:25:51:25 | 0 | test.cpp:56:39:56:42 | (int)... | AST only |
@@ -40,14 +40,12 @@
4040
| test.cpp:51:25:51:25 | (unsigned int)... | test.cpp:51:25:51:25 | (unsigned int)... | AST only |
4141
| test.cpp:53:10:53:13 | (int)... | test.cpp:53:10:53:13 | (int)... | AST only |
4242
| test.cpp:53:10:53:13 | (int)... | test.cpp:56:21:56:24 | (int)... | AST only |
43-
| test.cpp:53:10:53:13 | * ... | test.cpp:56:21:56:24 | * ... | AST only |
4443
| test.cpp:53:18:53:21 | (int)... | test.cpp:44:9:44:9 | 0 | AST only |
4544
| test.cpp:53:18:53:21 | (int)... | test.cpp:51:25:51:25 | 0 | AST only |
4645
| test.cpp:53:18:53:21 | (int)... | test.cpp:53:18:53:21 | (int)... | AST only |
4746
| test.cpp:53:18:53:21 | (int)... | test.cpp:56:39:56:42 | (int)... | AST only |
4847
| test.cpp:53:18:53:21 | (int)... | test.cpp:59:17:59:20 | (int)... | AST only |
4948
| test.cpp:53:18:53:21 | (int)... | test.cpp:88:12:88:12 | 0 | AST only |
50-
| test.cpp:55:5:55:7 | ptr | test.cpp:56:47:56:49 | ptr | IR only |
5149
| test.cpp:55:5:55:15 | ... = ... | test.cpp:55:5:55:15 | ... = ... | AST only |
5250
| test.cpp:56:12:56:25 | (...) | test.cpp:56:12:56:25 | (...) | AST only |
5351
| test.cpp:56:12:56:43 | ... && ... | test.cpp:56:12:56:43 | ... && ... | AST only |
@@ -56,49 +54,33 @@
5654
| test.cpp:56:13:56:16 | (int)... | test.cpp:59:9:59:12 | (int)... | AST only |
5755
| test.cpp:56:13:56:16 | * ... | test.cpp:56:31:56:34 | * ... | AST only |
5856
| test.cpp:56:13:56:16 | * ... | test.cpp:59:9:59:12 | * ... | AST only |
59-
| test.cpp:56:14:56:16 | ptr | test.cpp:56:47:56:49 | ptr | AST only |
60-
| test.cpp:56:14:56:16 | ptr | test.cpp:56:47:56:51 | ... ++ | IR only |
6157
| test.cpp:56:21:56:24 | (int)... | test.cpp:53:10:53:13 | (int)... | AST only |
6258
| test.cpp:56:21:56:24 | (int)... | test.cpp:56:21:56:24 | (int)... | AST only |
63-
| test.cpp:56:21:56:24 | * ... | test.cpp:53:10:53:13 | * ... | AST only |
6459
| test.cpp:56:30:56:43 | (...) | test.cpp:56:30:56:43 | (...) | AST only |
6560
| test.cpp:56:31:56:34 | (int)... | test.cpp:56:13:56:16 | (int)... | AST only |
6661
| test.cpp:56:31:56:34 | (int)... | test.cpp:56:31:56:34 | (int)... | AST only |
6762
| test.cpp:56:31:56:34 | (int)... | test.cpp:59:9:59:12 | (int)... | AST only |
6863
| test.cpp:56:31:56:34 | * ... | test.cpp:56:13:56:16 | * ... | AST only |
6964
| test.cpp:56:31:56:34 | * ... | test.cpp:59:9:59:12 | * ... | AST only |
70-
| test.cpp:56:32:56:34 | ptr | test.cpp:56:47:56:49 | ptr | AST only |
71-
| test.cpp:56:32:56:34 | ptr | test.cpp:56:47:56:51 | ... ++ | IR only |
7265
| test.cpp:56:39:56:42 | (int)... | test.cpp:44:9:44:9 | 0 | AST only |
7366
| test.cpp:56:39:56:42 | (int)... | test.cpp:51:25:51:25 | 0 | AST only |
7467
| test.cpp:56:39:56:42 | (int)... | test.cpp:53:18:53:21 | (int)... | AST only |
7568
| test.cpp:56:39:56:42 | (int)... | test.cpp:56:39:56:42 | (int)... | AST only |
7669
| test.cpp:56:39:56:42 | (int)... | test.cpp:59:17:59:20 | (int)... | AST only |
7770
| test.cpp:56:39:56:42 | (int)... | test.cpp:88:12:88:12 | 0 | AST only |
78-
| test.cpp:56:47:56:49 | ptr | test.cpp:55:5:55:7 | ptr | IR only |
79-
| test.cpp:56:47:56:49 | ptr | test.cpp:56:14:56:16 | ptr | AST only |
80-
| test.cpp:56:47:56:49 | ptr | test.cpp:56:32:56:34 | ptr | AST only |
81-
| test.cpp:56:47:56:49 | ptr | test.cpp:59:10:59:12 | ptr | AST only |
82-
| test.cpp:56:47:56:51 | ... ++ | test.cpp:56:14:56:16 | ptr | IR only |
83-
| test.cpp:56:47:56:51 | ... ++ | test.cpp:56:32:56:34 | ptr | IR only |
84-
| test.cpp:56:47:56:51 | ... ++ | test.cpp:59:10:59:12 | ptr | IR only |
71+
| test.cpp:56:47:56:51 | ... ++ | test.cpp:56:47:56:51 | ... ++ | AST only |
8572
| test.cpp:59:9:59:12 | (int)... | test.cpp:56:13:56:16 | (int)... | AST only |
8673
| test.cpp:59:9:59:12 | (int)... | test.cpp:56:31:56:34 | (int)... | AST only |
8774
| test.cpp:59:9:59:12 | (int)... | test.cpp:59:9:59:12 | (int)... | AST only |
8875
| test.cpp:59:9:59:12 | * ... | test.cpp:56:13:56:16 | * ... | AST only |
8976
| test.cpp:59:9:59:12 | * ... | test.cpp:56:31:56:34 | * ... | AST only |
90-
| test.cpp:59:10:59:12 | ptr | test.cpp:56:47:56:49 | ptr | AST only |
91-
| test.cpp:59:10:59:12 | ptr | test.cpp:56:47:56:51 | ... ++ | IR only |
9277
| test.cpp:59:17:59:20 | (int)... | test.cpp:44:9:44:9 | 0 | AST only |
9378
| test.cpp:59:17:59:20 | (int)... | test.cpp:51:25:51:25 | 0 | AST only |
9479
| test.cpp:59:17:59:20 | (int)... | test.cpp:53:18:53:21 | (int)... | AST only |
9580
| test.cpp:59:17:59:20 | (int)... | test.cpp:56:39:56:42 | (int)... | AST only |
9681
| test.cpp:59:17:59:20 | (int)... | test.cpp:59:17:59:20 | (int)... | AST only |
9782
| test.cpp:59:17:59:20 | (int)... | test.cpp:88:12:88:12 | 0 | AST only |
98-
| test.cpp:62:5:62:10 | result | test.cpp:65:10:65:15 | result | AST only |
99-
| test.cpp:62:5:62:12 | ... ++ | test.cpp:65:10:65:15 | result | IR only |
100-
| test.cpp:65:10:65:15 | result | test.cpp:62:5:62:10 | result | AST only |
101-
| test.cpp:65:10:65:15 | result | test.cpp:62:5:62:12 | ... ++ | IR only |
83+
| test.cpp:62:5:62:12 | ... ++ | test.cpp:62:5:62:12 | ... ++ | AST only |
10284
| test.cpp:77:20:77:28 | call to getAValue | test.cpp:79:7:79:7 | v | IR only |
10385
| test.cpp:77:20:77:30 | (signed short)... | test.cpp:77:20:77:30 | (signed short)... | AST only |
10486
| test.cpp:77:20:77:30 | (signed short)... | test.cpp:79:7:79:7 | v | AST only |
@@ -126,8 +108,6 @@
126108
| test.cpp:105:11:105:12 | (Base *)... | test.cpp:106:14:106:35 | static_cast<Base *>... | AST only |
127109
| test.cpp:105:11:105:12 | (Base *)... | test.cpp:107:11:107:12 | pb | AST only |
128110
| test.cpp:105:11:105:12 | pd | test.cpp:107:11:107:12 | pb | IR only |
129-
| test.cpp:105:15:105:15 | b | test.cpp:107:15:107:15 | b | AST only |
130-
| test.cpp:105:15:105:15 | b | test.cpp:109:10:109:10 | y | AST only |
131111
| test.cpp:106:14:106:35 | static_cast<Base *>... | test.cpp:105:11:105:12 | (Base *)... | AST only |
132112
| test.cpp:106:14:106:35 | static_cast<Base *>... | test.cpp:106:14:106:35 | static_cast<Base *>... | AST only |
133113
| test.cpp:106:14:106:35 | static_cast<Base *>... | test.cpp:107:11:107:12 | pb | AST only |
@@ -136,7 +116,27 @@
136116
| test.cpp:107:11:107:12 | pb | test.cpp:105:11:105:12 | pd | IR only |
137117
| test.cpp:107:11:107:12 | pb | test.cpp:106:14:106:35 | static_cast<Base *>... | AST only |
138118
| test.cpp:107:11:107:12 | pb | test.cpp:106:33:106:34 | pd | IR only |
139-
| test.cpp:107:15:107:15 | b | test.cpp:105:15:105:15 | b | AST only |
140-
| test.cpp:109:10:109:10 | y | test.cpp:105:15:105:15 | b | AST only |
141119
| test.cpp:113:3:113:5 | a | test.cpp:115:3:115:5 | a | IR only |
142120
| test.cpp:115:3:115:5 | a | test.cpp:113:3:113:5 | a | IR only |
121+
| test.cpp:125:15:125:15 | x | test.cpp:128:7:128:7 | x | AST only |
122+
| test.cpp:126:15:126:15 | x | test.cpp:128:7:128:7 | x | AST only |
123+
| test.cpp:128:3:128:11 | ... = ... | test.cpp:128:3:128:11 | ... = ... | AST only |
124+
| test.cpp:128:7:128:7 | x | test.cpp:125:15:125:15 | x | AST only |
125+
| test.cpp:128:7:128:7 | x | test.cpp:126:15:126:15 | x | AST only |
126+
| test.cpp:128:11:128:11 | n | test.cpp:129:15:129:15 | x | IR only |
127+
| test.cpp:129:15:129:15 | x | test.cpp:128:11:128:11 | n | IR only |
128+
| test.cpp:136:21:136:21 | x | test.cpp:137:21:137:21 | x | AST only |
129+
| test.cpp:136:21:136:21 | x | test.cpp:139:13:139:13 | x | AST only |
130+
| test.cpp:137:21:137:21 | x | test.cpp:136:21:136:21 | x | AST only |
131+
| test.cpp:137:21:137:21 | x | test.cpp:139:13:139:13 | x | AST only |
132+
| test.cpp:139:3:139:24 | ... = ... | test.cpp:139:3:139:24 | ... = ... | AST only |
133+
| test.cpp:139:13:139:13 | x | test.cpp:136:21:136:21 | x | AST only |
134+
| test.cpp:139:13:139:13 | x | test.cpp:137:21:137:21 | x | AST only |
135+
| test.cpp:144:15:144:15 | x | test.cpp:149:15:149:15 | x | IR only |
136+
| test.cpp:145:15:145:15 | y | test.cpp:147:7:147:7 | y | AST only |
137+
| test.cpp:147:3:147:18 | ... = ... | test.cpp:147:3:147:18 | ... = ... | AST only |
138+
| test.cpp:147:7:147:7 | y | test.cpp:145:15:145:15 | y | AST only |
139+
| test.cpp:149:15:149:15 | x | test.cpp:144:15:144:15 | x | IR only |
140+
| test.cpp:153:21:153:21 | x | test.cpp:154:21:154:21 | x | AST only |
141+
| test.cpp:154:21:154:21 | x | test.cpp:153:21:153:21 | x | AST only |
142+
| test.cpp:156:3:156:17 | ... = ... | test.cpp:156:3:156:17 | ... = ... | AST only |

0 commit comments

Comments
 (0)