@@ -34,25 +34,25 @@ struct NC : ~Copyable {
34
34
// CHECK: %2 = struct $MO_DEINIT (%1 : $FakeInt)
35
35
// CHECK: is not trivial
36
36
// CHECK: end running test 1 of 4 on motest1: is-sil-trivial with: @instruction[2]
37
- // CHECK: begin running test 2 of 4 on motest1: get-ownership-kind with: @instruction[2]
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
- // CHECK: end running test 2 of 4 on motest1: get-ownership-kind with: @instruction[2]
40
+ // CHECK: end running test 2 of 4 on motest1: get_ownership_kind with: @instruction[2]
41
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
44
// CHECK: end running test 3 of 4 on motest1: is-sil-trivial with: @instruction[4]
45
- // CHECK: begin running test 4 of 4 on motest1: get-ownership-kind with: @instruction[4]
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
- // CHECK: end running test 4 of 4 on motest1: get-ownership-kind with: @instruction[4]
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
52
specify_test "is-sil-trivial @instruction[2]"
53
- specify_test "get-ownership-kind @instruction[2]"
53
+ specify_test "get_ownership_kind @instruction[2]"
54
54
specify_test "is-sil-trivial @instruction[4]"
55
- specify_test "get-ownership-kind @instruction[4]"
55
+ specify_test "get_ownership_kind @instruction[4]"
56
56
%0 = integer_literal $Builtin.Int32, 38
57
57
%1 = struct $FakeInt (%0 : $Builtin.Int32)
58
58
%2 = struct $MO_DEINIT (%1 : $FakeInt)
67
67
// CHECK: %2 = struct $MO (%1 : $FakeInt)
68
68
// CHECK: is not trivial
69
69
// CHECK: end running test 1 of 4 on motest2: is-sil-trivial with: @instruction[2]
70
- // CHECK: begin running test 2 of 4 on motest2: get-ownership-kind with: @instruction[2]
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
- // CHECK: end running test 2 of 4 on motest2: get-ownership-kind with: @instruction[2]
73
+ // CHECK: end running test 2 of 4 on motest2: get_ownership_kind with: @instruction[2]
74
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
77
// CHECK: end running test 3 of 4 on motest2: is-sil-trivial with: @instruction[4]
78
- // CHECK: begin running test 4 of 4 on motest2: get-ownership-kind with: @instruction[4]
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
- // CHECK: end running test 4 of 4 on motest2: get-ownership-kind with: @instruction[4]
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
85
specify_test "is-sil-trivial @instruction[2]"
86
- specify_test "get-ownership-kind @instruction[2]"
86
+ specify_test "get_ownership_kind @instruction[2]"
87
87
specify_test "is-sil-trivial @instruction[4]"
88
- specify_test "get-ownership-kind @instruction[4]"
88
+ specify_test "get_ownership_kind @instruction[4]"
89
89
%0 = integer_literal $Builtin.Int32, 38
90
90
%1 = struct $FakeInt (%0 : $Builtin.Int32)
91
91
%2 = struct $MO (%1 : $FakeInt)
@@ -100,26 +100,26 @@ bb0:
100
100
// CHECK: %2 = struct $NC_DEINIT (%1 : $FakeInt)
101
101
// CHECK: is not trivial
102
102
// CHECK: end running test 1 of 4 on nctest1: is-sil-trivial with: @instruction[2]
103
- // CHECK: begin running test 2 of 4 on nctest1: get-ownership-kind with: @instruction[2]
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
- // CHECK: end running test 2 of 4 on nctest1: get-ownership-kind with: @instruction[2]
106
+ // CHECK: end running test 2 of 4 on nctest1: get_ownership_kind with: @instruction[2]
107
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
110
// CHECK: end running test 3 of 4 on nctest1: is-sil-trivial with: @instruction[4]
111
- // CHECK: begin running test 4 of 4 on nctest1: get-ownership-kind with: @instruction[4]
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
114
- // CHECK: end running test 4 of 4 on nctest1: get-ownership-kind with: @instruction[4]
114
+ // CHECK: end running test 4 of 4 on nctest1: get_ownership_kind with: @instruction[4]
115
115
116
116
sil hidden [ossa] @nctest1 : $@convention(thin) () -> () {
117
117
[global: read,write,copy,destroy,allocate,deinit_barrier]
118
118
bb0:
119
119
specify_test "is-sil-trivial @instruction[2]"
120
- specify_test "get-ownership-kind @instruction[2]"
120
+ specify_test "get_ownership_kind @instruction[2]"
121
121
specify_test "is-sil-trivial @instruction[4]"
122
- specify_test "get-ownership-kind @instruction[4]"
122
+ specify_test "get_ownership_kind @instruction[4]"
123
123
%0 = integer_literal $Builtin.Int32, 38
124
124
%1 = struct $FakeInt (%0 : $Builtin.Int32)
125
125
%2 = struct $NC_DEINIT (%1 : $FakeInt)
@@ -134,25 +134,25 @@ bb0:
134
134
// CHECK: %2 = struct $NC (%1 : $FakeInt)
135
135
// CHECK: is not trivial
136
136
// CHECK: end running test 1 of 4 on nctest2: is-sil-trivial with: @instruction[2]
137
- // CHECK: begin running test 2 of 4 on nctest2: get-ownership-kind with: @instruction[2]
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
- // CHECK: end running test 2 of 4 on nctest2: get-ownership-kind with: @instruction[2]
140
+ // CHECK: end running test 2 of 4 on nctest2: get_ownership_kind with: @instruction[2]
141
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
144
// CHECK: end running test 3 of 4 on nctest2: is-sil-trivial with: @instruction[4]
145
- // CHECK: begin running test 4 of 4 on nctest2: get-ownership-kind with: @instruction[4]
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
- // CHECK: end running test 4 of 4 on nctest2: get-ownership-kind with: @instruction[4]
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
152
specify_test "is-sil-trivial @instruction[2]"
153
- specify_test "get-ownership-kind @instruction[2]"
153
+ specify_test "get_ownership_kind @instruction[2]"
154
154
specify_test "is-sil-trivial @instruction[4]"
155
- specify_test "get-ownership-kind @instruction[4]"
155
+ specify_test "get_ownership_kind @instruction[4]"
156
156
%0 = integer_literal $Builtin.Int32, 38
157
157
%1 = struct $FakeInt (%0 : $Builtin.Int32)
158
158
%2 = struct $NC (%1 : $FakeInt)
0 commit comments