@@ -8,10 +8,10 @@ class C {}
8
8
9
9
sil [ossa] @getC : $@convention(thin) () -> (@owned C)
10
10
11
- // CHECK-LABEL: begin running test 1 of 1 on phi_direct_no_lexical: is-lexical
11
+ // CHECK-LABEL: begin running test 1 of 1 on phi_direct_no_lexical: is_lexical
12
12
// CHECK: argument of bb3
13
13
// CHECK: false
14
- // CHECK-LABEL: end running test 1 of 1 on phi_direct_no_lexical: is-lexical
14
+ // CHECK-LABEL: end running test 1 of 1 on phi_direct_no_lexical: is_lexical
15
15
sil [ossa] @phi_direct_no_lexical : $() -> () {
16
16
entry:
17
17
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -23,16 +23,16 @@ right:
23
23
%c2 = apply %getC() : $@convention(thin) () -> (@owned C)
24
24
br exit(%c2 : $C)
25
25
exit(%cm : @owned $C):
26
- specify_test "is-lexical @block.argument"
26
+ specify_test "is_lexical @block.argument"
27
27
destroy_value %cm : $C
28
28
%retval = tuple ()
29
29
return %retval : $()
30
30
}
31
31
32
- // CHECK-LABEL: begin running test 1 of 1 on phi_direct_first_lexical: is-lexical
32
+ // CHECK-LABEL: begin running test 1 of 1 on phi_direct_first_lexical: is_lexical
33
33
// CHECK: argument of bb3
34
34
// CHECK: true
35
- // CHECK-LABEL: end running test 1 of 1 on phi_direct_first_lexical: is-lexical
35
+ // CHECK-LABEL: end running test 1 of 1 on phi_direct_first_lexical: is_lexical
36
36
sil [ossa] @phi_direct_first_lexical : $() -> () {
37
37
entry:
38
38
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -45,16 +45,16 @@ right:
45
45
%c2 = apply %getC() : $@convention(thin) () -> (@owned C)
46
46
br exit(%c2 : $C)
47
47
exit(%cm : @owned $C):
48
- specify_test "is-lexical @block.argument"
48
+ specify_test "is_lexical @block.argument"
49
49
destroy_value %cm : $C
50
50
%retval = tuple ()
51
51
return %retval : $()
52
52
}
53
53
54
- // CHECK-LABEL: begin running test 1 of 1 on phi_direct_second_lexical: is-lexical
54
+ // CHECK-LABEL: begin running test 1 of 1 on phi_direct_second_lexical: is_lexical
55
55
// CHECK: argument of bb3
56
56
// CHECK: true
57
- // CHECK-LABEL: end running test 1 of 1 on phi_direct_second_lexical: is-lexical
57
+ // CHECK-LABEL: end running test 1 of 1 on phi_direct_second_lexical: is_lexical
58
58
sil [ossa] @phi_direct_second_lexical : $() -> () {
59
59
entry:
60
60
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -67,16 +67,16 @@ right:
67
67
%m2 = move_value [lexical] %c2 : $C
68
68
br exit(%m2 : $C)
69
69
exit(%cm : @owned $C):
70
- specify_test "is-lexical @block.argument"
70
+ specify_test "is_lexical @block.argument"
71
71
destroy_value %cm : $C
72
72
%retval = tuple ()
73
73
return %retval : $()
74
74
}
75
75
76
- // CHECK-LABEL: begin running test 1 of 1 on phi_direct_both_lexical: is-lexical
76
+ // CHECK-LABEL: begin running test 1 of 1 on phi_direct_both_lexical: is_lexical
77
77
// CHECK: argument of bb3
78
78
// CHECK: true
79
- // CHECK-LABEL: end running test 1 of 1 on phi_direct_both_lexical: is-lexical
79
+ // CHECK-LABEL: end running test 1 of 1 on phi_direct_both_lexical: is_lexical
80
80
sil [ossa] @phi_direct_both_lexical : $() -> () {
81
81
entry:
82
82
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -90,16 +90,16 @@ right:
90
90
%m2 = move_value [lexical] %c2 : $C
91
91
br exit(%m2 : $C)
92
92
exit(%cm : @owned $C):
93
- specify_test "is-lexical @block.argument"
93
+ specify_test "is_lexical @block.argument"
94
94
destroy_value %cm : $C
95
95
%retval = tuple ()
96
96
return %retval : $()
97
97
}
98
98
99
- // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0000_lexical: is-lexical
99
+ // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0000_lexical: is_lexical
100
100
// CHECK: argument of bb9
101
101
// CHECK: false
102
- // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0000_lexical: is-lexical
102
+ // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0000_lexical: is_lexical
103
103
sil [ossa] @phi_indirect_0000_lexical : $() -> () {
104
104
entry:
105
105
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -128,16 +128,16 @@ rb(%cr : @owned $C):
128
128
br exit(%cr : $C)
129
129
130
130
exit(%cm : @owned $C):
131
- specify_test "is-lexical @block.argument"
131
+ specify_test "is_lexical @block.argument"
132
132
destroy_value %cm : $C
133
133
%retval = tuple ()
134
134
return %retval : $()
135
135
}
136
136
137
- // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_1000_lexical: is-lexical
137
+ // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_1000_lexical: is_lexical
138
138
// CHECK: argument of bb9
139
139
// CHECK: true
140
- // CHECK-LABEL: end running test 1 of 1 on phi_indirect_1000_lexical: is-lexical
140
+ // CHECK-LABEL: end running test 1 of 1 on phi_indirect_1000_lexical: is_lexical
141
141
sil [ossa] @phi_indirect_1000_lexical : $() -> () {
142
142
entry:
143
143
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -167,16 +167,16 @@ rb(%cr : @owned $C):
167
167
br exit(%cr : $C)
168
168
169
169
exit(%cm : @owned $C):
170
- specify_test "is-lexical @block.argument"
170
+ specify_test "is_lexical @block.argument"
171
171
destroy_value %cm : $C
172
172
%retval = tuple ()
173
173
return %retval : $()
174
174
}
175
175
176
- // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0100_lexical: is-lexical
176
+ // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0100_lexical: is_lexical
177
177
// CHECK: argument of bb9
178
178
// CHECK: true
179
- // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0100_lexical: is-lexical
179
+ // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0100_lexical: is_lexical
180
180
sil [ossa] @phi_indirect_0100_lexical : $() -> () {
181
181
entry:
182
182
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -206,16 +206,16 @@ rb(%cr : @owned $C):
206
206
br exit(%cr : $C)
207
207
208
208
exit(%cm : @owned $C):
209
- specify_test "is-lexical @block.argument"
209
+ specify_test "is_lexical @block.argument"
210
210
destroy_value %cm : $C
211
211
%retval = tuple ()
212
212
return %retval : $()
213
213
}
214
214
215
- // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0010_lexical: is-lexical
215
+ // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0010_lexical: is_lexical
216
216
// CHECK: argument of bb9
217
217
// CHECK: true
218
- // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0010_lexical: is-lexical
218
+ // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0010_lexical: is_lexical
219
219
sil [ossa] @phi_indirect_0010_lexical : $() -> () {
220
220
entry:
221
221
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -245,16 +245,16 @@ rb(%cr : @owned $C):
245
245
br exit(%cr : $C)
246
246
247
247
exit(%cm : @owned $C):
248
- specify_test "is-lexical @block.argument"
248
+ specify_test "is_lexical @block.argument"
249
249
destroy_value %cm : $C
250
250
%retval = tuple ()
251
251
return %retval : $()
252
252
}
253
253
254
- // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0001_lexical: is-lexical
254
+ // CHECK-LABEL: begin running test 1 of 1 on phi_indirect_0001_lexical: is_lexical
255
255
// CHECK: argument of bb9
256
256
// CHECK: true
257
- // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0001_lexical: is-lexical
257
+ // CHECK-LABEL: end running test 1 of 1 on phi_indirect_0001_lexical: is_lexical
258
258
sil [ossa] @phi_indirect_0001_lexical : $() -> () {
259
259
entry:
260
260
%getC = function_ref @getC : $@convention(thin) () -> (@owned C)
@@ -284,7 +284,7 @@ rb(%cr : @owned $C):
284
284
br exit(%cr : $C)
285
285
286
286
exit(%cm : @owned $C):
287
- specify_test "is-lexical @block.argument"
287
+ specify_test "is_lexical @block.argument"
288
288
destroy_value %cm : $C
289
289
%retval = tuple ()
290
290
return %retval : $()
0 commit comments