@@ -119,35 +119,35 @@ func test_computed_key_path_sil_thunks() -> KeyPath<S, Int> {
119119}
120120
121121// helper function: IR-generated key path getter
122- // CHECK-LABEL: define {{.*}} @keypath_get(
122+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_get(
123123// CHECK-SAME: [[ATTRS_SIMPLE]]
124124
125125// helper function: IR-generated key path setter
126- // CHECK-LABEL: define {{.*}} @keypath_set(
126+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_set(
127127// CHECK-SAME: [[ATTRS_SIMPLE]]
128128
129129// 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(
131131// CHECK-SAME: [[ATTRS_SIMPLE]]
132132
133133// helper function: IR-generated key path destroy function
134- // CHECK-LABEL: define {{.*}} @keypath_destroy(
134+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_destroy(
135135// CHECK-SAME: [[ATTRS_SIMPLE]]
136136
137137// helper function: IR-generated key path copy function
138- // CHECK-LABEL: define {{.*}} @keypath_copy(
138+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_copy(
139139// CHECK-SAME: [[ATTRS_SIMPLE]]
140140
141141// helper function: IR-generated key path equals function
142- // CHECK-LABEL: define {{.*}} @keypath_equals(
142+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_equals(
143143// CHECK-SAME: [[ATTRS_SIMPLE]]
144144
145145// helper function: IR-generated key path hash function
146- // CHECK-LABEL: define {{.*}} @keypath_hash(
146+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_hash(
147147// CHECK-SAME: [[ATTRS_SIMPLE]]
148148
149149// helper function: IR-generated key path argument initializer
150- // CHECK-LABEL: define {{.*}} @keypath_arg_init(
150+ // CHECK-LABEL: define {{.*}} swiftcc {{.*}} @keypath_arg_init(
151151// CHECK-SAME: [[ATTRS_SIMPLE]]
152152
153153func test_computed_key_path_generic_thunks< T: P0 & Hashable > ( value: T ) -> KeyPath < S , Int > {
0 commit comments