Skip to content

Commit d6824a7

Browse files
Merge pull request #71834 from kateinoigakukun/yt/repair-32bit-moveonly-test
test: Fix IRGen/moveonly_value_functions.swift for 32-bit targets
2 parents 4548b2a + 8a2936b commit d6824a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/moveonly_value_functions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: -disable-type-layout \
44
// RUN: %s \
55
// RUN: | \
6-
// RUN: %FileCheck %s
6+
// RUN: %IRGenFileCheck %s
77

88
@_silgen_name("external_symbol")
99
func external_symbol()
@@ -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)