Skip to content

Commit 0cc0590

Browse files
Merge pull request #72054 from kateinoigakukun/yt/followup-moveonly-value-test
2 parents ec0f856 + 190ef19 commit 0cc0590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/moveonly_value_functions_onone.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: i64 0,
304+
// CHECK-SAME: [[INT]] 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-
// CHECK-SAME: ptr noalias nocapture swiftself dereferenceable(64) %0)
309+
// ptr noalias nocapture swiftself dereferenceable(64) %0)
310310
// CHECK: }
311311
public func takeOuterSinglePayloadNC_2<T>(_ e: consuming OuterSinglePayloadNC_2<T>) {}
312312

0 commit comments

Comments
 (0)