File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public func takeOuterDeinitingNC_1<T>(_ t: consuming OuterDeinitingNC_1<T>) {
176
176
// CHECK-SAME: ptr %T)
177
177
// CHECK-SAME: {
178
178
// CHECK: call{{.*}} @"$s30moveonly_value_functions_onone9OuterNC_1VyxGlWOh"(
179
- // CHECK-SAME : ptr %o,
179
+ // : ptr %o,
180
180
// CHECK-SAME: ptr %T)
181
181
// CHECK: }
182
182
@@ -230,7 +230,7 @@ public func takeOuterNC_1<T>(_ o: consuming OuterNC_1<T>) {
230
230
// ...
231
231
// ...
232
232
// CHECK: [[RESPONSE:%[^,]+]] = call{{.*}} @"$s30moveonly_value_functions_onone28InnerDeinitingDestructableNCVMa"(
233
- // : [[INT]] 0,
233
+ // : i64 0,
234
234
// CHECK-SAME: ptr %T)
235
235
// CHECK: [[INNER_DEINITING_DESTRUCTABLE_NC_METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]]
236
236
// CHECK: call{{.*}} @"$s30moveonly_value_functions_onone28InnerDeinitingDestructableNCVfD"(
@@ -301,12 +301,12 @@ public func takeOuterSinglePayloadNC_1<T>(_ e: consuming OuterSinglePayloadNC_1<
301
301
// CHECK-SAME: ptr %T)
302
302
// CHECK-SAME: {
303
303
// CHECK: [[RESPONSE:%[^,]+]] = call swiftcc %swift.metadata_response @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVMa"(
304
- // CHECK-SAME : [[INT]] 0,
304
+ // : i64 0,
305
305
// CHECK-SAME: ptr %T)
306
306
// CHECK: [[METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]], 0
307
307
// CHECK: call swiftcc void @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVfD"(
308
308
// CHECK-SAME: ptr [[METADATA]],
309
- // ptr noalias nocapture swiftself dereferenceable(64) %0)
309
+ // : ptr noalias nocapture swiftself dereferenceable(64) %0)
310
310
// CHECK: }
311
311
public func takeOuterSinglePayloadNC_2< T> ( _ e: consuming OuterSinglePayloadNC_2 < T > ) { }
312
312
You can’t perform that action at this time.
0 commit comments