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>) {
176176// CHECK-SAME: ptr %T)
177177// CHECK-SAME: {
178178// CHECK: call{{.*}} @"$s30moveonly_value_functions_onone9OuterNC_1VyxGlWOh"(
179- // CHECK-SAME : ptr %o,
179+ // : ptr %o,
180180// CHECK-SAME: ptr %T)
181181// CHECK: }
182182
@@ -230,7 +230,7 @@ public func takeOuterNC_1<T>(_ o: consuming OuterNC_1<T>) {
230230// ...
231231// ...
232232// CHECK: [[RESPONSE:%[^,]+]] = call{{.*}} @"$s30moveonly_value_functions_onone28InnerDeinitingDestructableNCVMa"(
233- // : [[INT]] 0,
233+ // : i64 0,
234234// CHECK-SAME: ptr %T)
235235// CHECK: [[INNER_DEINITING_DESTRUCTABLE_NC_METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]]
236236// CHECK: call{{.*}} @"$s30moveonly_value_functions_onone28InnerDeinitingDestructableNCVfD"(
@@ -301,12 +301,12 @@ public func takeOuterSinglePayloadNC_1<T>(_ e: consuming OuterSinglePayloadNC_1<
301301// CHECK-SAME: ptr %T)
302302// CHECK-SAME: {
303303// CHECK: [[RESPONSE:%[^,]+]] = call swiftcc %swift.metadata_response @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVMa"(
304- // CHECK-SAME : [[INT]] 0,
304+ // : i64 0,
305305// CHECK-SAME: ptr %T)
306306// CHECK: [[METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]], 0
307307// CHECK: call swiftcc void @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVfD"(
308308// CHECK-SAME: ptr [[METADATA]],
309- // ptr noalias nocapture swiftself dereferenceable(64) %0)
309+ // : ptr noalias nocapture swiftself dereferenceable(64) %0)
310310// CHECK: }
311311public func takeOuterSinglePayloadNC_2< T> ( _ e: consuming OuterSinglePayloadNC_2 < T > ) { }
312312
You can’t perform that action at this time.
0 commit comments