Skip to content

Commit 3f5c268

Browse files
test: Fix IRGen/moveonly_value_functions.swift for 32-bit targets
1 parent 0b37768 commit 3f5c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/moveonly_value_functions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public func takeOuterNC_1<T>(_ o: consuming OuterNC_1<T>) {
138138
// CHECK-SAME: ptr %T)
139139
// CHECK-SAME: {
140140
// CHECK: [[RESPONSE:%[^,]+]] = call{{.*}} @"$s24moveonly_value_functions28InnerDeinitingDestructableNCVMa"(
141-
// CHECK-SAME: i64 0,
141+
// CHECK-SAME: [[INT]] 0,
142142
// CHECK-SAME: ptr %T)
143143
// CHECK: [[INNER_DEINITING_DESTRUCTABLE_NC_METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]]
144144
// CHECK: call{{.*}} @"$s24moveonly_value_functions9OuterNC_2VyxGlWOh"(

0 commit comments

Comments
 (0)