@@ -119,35 +119,35 @@ func test_computed_key_path_sil_thunks() -> KeyPath<S, Int> {
119
119
}
120
120
121
121
// helper function: IR-generated key path getter
122
- // CHECK-LABEL: define {{.*}} @keypath_get(
122
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_get(
123
123
// CHECK-SAME: [[ATTRS_SIMPLE]]
124
124
125
125
// helper function: IR-generated key path setter
126
- // CHECK-LABEL: define {{.*}} @keypath_set(
126
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_set(
127
127
// CHECK-SAME: [[ATTRS_SIMPLE]]
128
128
129
129
// helper function: IR-generated key path arg layout accessor
130
- // CHECK-LABEL: define {{.*}} @keypath_get_arg_layout(
130
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_get_arg_layout(
131
131
// CHECK-SAME: [[ATTRS_SIMPLE]]
132
132
133
133
// helper function: IR-generated key path destroy function
134
- // CHECK-LABEL: define {{.*}} @keypath_destroy(
134
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_destroy(
135
135
// CHECK-SAME: [[ATTRS_SIMPLE]]
136
136
137
137
// helper function: IR-generated key path copy function
138
- // CHECK-LABEL: define {{.*}} @keypath_copy(
138
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_copy(
139
139
// CHECK-SAME: [[ATTRS_SIMPLE]]
140
140
141
141
// helper function: IR-generated key path equals function
142
- // CHECK-LABEL: define {{.*}} @keypath_equals(
142
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_equals(
143
143
// CHECK-SAME: [[ATTRS_SIMPLE]]
144
144
145
145
// helper function: IR-generated key path hash function
146
- // CHECK-LABEL: define {{.*}} @keypath_hash(
146
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_hash(
147
147
// CHECK-SAME: [[ATTRS_SIMPLE]]
148
148
149
149
// helper function: IR-generated key path argument initializer
150
- // CHECK-LABEL: define {{.*}} @keypath_arg_init(
150
+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_arg_init(
151
151
// CHECK-SAME: [[ATTRS_SIMPLE]]
152
152
153
153
func test_computed_key_path_generic_thunks< T: P0 & Hashable > ( value: T ) -> KeyPath < S , Int > {
0 commit comments