@@ -30,28 +30,28 @@ struct NC : ~Copyable {
30
30
@_hasStorage var value: FakeInt { get set }
31
31
}
32
32
33
- // CHECK: begin running test 1 of 4 on motest1: is-sil-trivial with: @instruction[2]
33
+ // CHECK: begin running test 1 of 4 on motest1: is_sil_trivial with: @instruction[2]
34
34
// CHECK: %2 = struct $MO_DEINIT (%1 : $FakeInt)
35
35
// CHECK: is not trivial
36
- // CHECK: end running test 1 of 4 on motest1: is-sil-trivial with: @instruction[2]
36
+ // CHECK: end running test 1 of 4 on motest1: is_sil_trivial with: @instruction[2]
37
37
// CHECK: begin running test 2 of 4 on motest1: get_ownership_kind with: @instruction[2]
38
38
// CHECK: %2 = struct $MO_DEINIT (%1 : $FakeInt)
39
39
// CHECK: OwnershipKind: owned
40
40
// CHECK: end running test 2 of 4 on motest1: get_ownership_kind with: @instruction[2]
41
- // CHECK: begin running test 3 of 4 on motest1: is-sil-trivial with: @instruction[4]
41
+ // CHECK: begin running test 3 of 4 on motest1: is_sil_trivial with: @instruction[4]
42
42
// CHECK: %4 = move_value [lexical] %2 : $MO_DEINIT
43
43
// CHECK: is not trivial
44
- // CHECK: end running test 3 of 4 on motest1: is-sil-trivial with: @instruction[4]
44
+ // CHECK: end running test 3 of 4 on motest1: is_sil_trivial with: @instruction[4]
45
45
// CHECK: begin running test 4 of 4 on motest1: get_ownership_kind with: @instruction[4]
46
46
// CHECK: %4 = move_value [lexical] %2 : $MO_DEINIT
47
47
// CHECK: OwnershipKind: owned
48
48
// CHECK: end running test 4 of 4 on motest1: get_ownership_kind with: @instruction[4]
49
49
sil hidden [ossa] @motest1 : $@convention(thin) () -> () {
50
50
[global: read,write,copy,destroy,allocate,deinit_barrier]
51
51
bb0:
52
- specify_test "is-sil-trivial @instruction[2]"
52
+ specify_test "is_sil_trivial @instruction[2]"
53
53
specify_test "get_ownership_kind @instruction[2]"
54
- specify_test "is-sil-trivial @instruction[4]"
54
+ specify_test "is_sil_trivial @instruction[4]"
55
55
specify_test "get_ownership_kind @instruction[4]"
56
56
%0 = integer_literal $Builtin.Int32, 38
57
57
%1 = struct $FakeInt (%0 : $Builtin.Int32)
63
63
return %6 : $()
64
64
}
65
65
66
- // CHECK: begin running test 1 of 4 on motest2: is-sil-trivial with: @instruction[2]
66
+ // CHECK: begin running test 1 of 4 on motest2: is_sil_trivial with: @instruction[2]
67
67
// CHECK: %2 = struct $MO (%1 : $FakeInt)
68
68
// CHECK: is not trivial
69
- // CHECK: end running test 1 of 4 on motest2: is-sil-trivial with: @instruction[2]
69
+ // CHECK: end running test 1 of 4 on motest2: is_sil_trivial with: @instruction[2]
70
70
// CHECK: begin running test 2 of 4 on motest2: get_ownership_kind with: @instruction[2]
71
71
// CHECK: %2 = struct $MO (%1 : $FakeInt)
72
72
// CHECK: OwnershipKind: owned
73
73
// CHECK: end running test 2 of 4 on motest2: get_ownership_kind with: @instruction[2]
74
- // CHECK: begin running test 3 of 4 on motest2: is-sil-trivial with: @instruction[4]
74
+ // CHECK: begin running test 3 of 4 on motest2: is_sil_trivial with: @instruction[4]
75
75
// CHECK: %4 = move_value [lexical] %2 : $MO
76
76
// CHECK: is not trivial
77
- // CHECK: end running test 3 of 4 on motest2: is-sil-trivial with: @instruction[4]
77
+ // CHECK: end running test 3 of 4 on motest2: is_sil_trivial with: @instruction[4]
78
78
// CHECK: begin running test 4 of 4 on motest2: get_ownership_kind with: @instruction[4]
79
79
// CHECK: %4 = move_value [lexical] %2 : $MO
80
80
// CHECK: OwnershipKind: owned
81
81
// CHECK: end running test 4 of 4 on motest2: get_ownership_kind with: @instruction[4]
82
82
sil hidden [ossa] @motest2 : $@convention(thin) () -> () {
83
83
[global: read,write,copy,destroy,allocate,deinit_barrier]
84
84
bb0:
85
- specify_test "is-sil-trivial @instruction[2]"
85
+ specify_test "is_sil_trivial @instruction[2]"
86
86
specify_test "get_ownership_kind @instruction[2]"
87
- specify_test "is-sil-trivial @instruction[4]"
87
+ specify_test "is_sil_trivial @instruction[4]"
88
88
specify_test "get_ownership_kind @instruction[4]"
89
89
%0 = integer_literal $Builtin.Int32, 38
90
90
%1 = struct $FakeInt (%0 : $Builtin.Int32)
96
96
return %6 : $()
97
97
}
98
98
99
- // CHECK: begin running test 1 of 4 on nctest1: is-sil-trivial with: @instruction[2]
99
+ // CHECK: begin running test 1 of 4 on nctest1: is_sil_trivial with: @instruction[2]
100
100
// CHECK: %2 = struct $NC_DEINIT (%1 : $FakeInt)
101
101
// CHECK: is not trivial
102
- // CHECK: end running test 1 of 4 on nctest1: is-sil-trivial with: @instruction[2]
102
+ // CHECK: end running test 1 of 4 on nctest1: is_sil_trivial with: @instruction[2]
103
103
// CHECK: begin running test 2 of 4 on nctest1: get_ownership_kind with: @instruction[2]
104
104
// CHECK: %2 = struct $NC_DEINIT (%1 : $FakeInt)
105
105
// CHECK: OwnershipKind: owned
106
106
// CHECK: end running test 2 of 4 on nctest1: get_ownership_kind with: @instruction[2]
107
- // CHECK: begin running test 3 of 4 on nctest1: is-sil-trivial with: @instruction[4]
107
+ // CHECK: begin running test 3 of 4 on nctest1: is_sil_trivial with: @instruction[4]
108
108
// CHECK: %4 = move_value [lexical] %2 : $NC_DEINIT
109
109
// CHECK: is not trivial
110
- // CHECK: end running test 3 of 4 on nctest1: is-sil-trivial with: @instruction[4]
110
+ // CHECK: end running test 3 of 4 on nctest1: is_sil_trivial with: @instruction[4]
111
111
// CHECK: begin running test 4 of 4 on nctest1: get_ownership_kind with: @instruction[4]
112
112
// CHECK: %4 = move_value [lexical] %2 : $NC_DEINIT
113
113
// CHECK: OwnershipKind: owned
116
116
sil hidden [ossa] @nctest1 : $@convention(thin) () -> () {
117
117
[global: read,write,copy,destroy,allocate,deinit_barrier]
118
118
bb0:
119
- specify_test "is-sil-trivial @instruction[2]"
119
+ specify_test "is_sil_trivial @instruction[2]"
120
120
specify_test "get_ownership_kind @instruction[2]"
121
- specify_test "is-sil-trivial @instruction[4]"
121
+ specify_test "is_sil_trivial @instruction[4]"
122
122
specify_test "get_ownership_kind @instruction[4]"
123
123
%0 = integer_literal $Builtin.Int32, 38
124
124
%1 = struct $FakeInt (%0 : $Builtin.Int32)
@@ -130,28 +130,28 @@ bb0:
130
130
return %6 : $()
131
131
}
132
132
133
- // CHECK: begin running test 1 of 4 on nctest2: is-sil-trivial with: @instruction[2]
133
+ // CHECK: begin running test 1 of 4 on nctest2: is_sil_trivial with: @instruction[2]
134
134
// CHECK: %2 = struct $NC (%1 : $FakeInt)
135
135
// CHECK: is not trivial
136
- // CHECK: end running test 1 of 4 on nctest2: is-sil-trivial with: @instruction[2]
136
+ // CHECK: end running test 1 of 4 on nctest2: is_sil_trivial with: @instruction[2]
137
137
// CHECK: begin running test 2 of 4 on nctest2: get_ownership_kind with: @instruction[2]
138
138
// CHECK: %2 = struct $NC (%1 : $FakeInt)
139
139
// CHECK: OwnershipKind: owned
140
140
// CHECK: end running test 2 of 4 on nctest2: get_ownership_kind with: @instruction[2]
141
- // CHECK: begin running test 3 of 4 on nctest2: is-sil-trivial with: @instruction[4]
141
+ // CHECK: begin running test 3 of 4 on nctest2: is_sil_trivial with: @instruction[4]
142
142
// CHECK: %4 = move_value [lexical] %2 : $NC
143
143
// CHECK: is not trivial
144
- // CHECK: end running test 3 of 4 on nctest2: is-sil-trivial with: @instruction[4]
144
+ // CHECK: end running test 3 of 4 on nctest2: is_sil_trivial with: @instruction[4]
145
145
// CHECK: begin running test 4 of 4 on nctest2: get_ownership_kind with: @instruction[4]
146
146
// CHECK: %4 = move_value [lexical] %2 : $NC
147
147
// CHECK: OwnershipKind: owned
148
148
// CHECK: end running test 4 of 4 on nctest2: get_ownership_kind with: @instruction[4]
149
149
sil hidden [ossa] @nctest2 : $@convention(thin) () -> () {
150
150
[global: read,write,copy,destroy,allocate,deinit_barrier]
151
151
bb0:
152
- specify_test "is-sil-trivial @instruction[2]"
152
+ specify_test "is_sil_trivial @instruction[2]"
153
153
specify_test "get_ownership_kind @instruction[2]"
154
- specify_test "is-sil-trivial @instruction[4]"
154
+ specify_test "is_sil_trivial @instruction[4]"
155
155
specify_test "get_ownership_kind @instruction[4]"
156
156
%0 = integer_literal $Builtin.Int32, 38
157
157
%1 = struct $FakeInt (%0 : $Builtin.Int32)
0 commit comments