We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4548b2a + 8a2936b commit d6824a7Copy full SHA for d6824a7
test/IRGen/moveonly_value_functions.swift
@@ -3,7 +3,7 @@
3
// RUN: -disable-type-layout \
4
// RUN: %s \
5
// RUN: | \
6
-// RUN: %FileCheck %s
+// RUN: %IRGenFileCheck %s
7
8
@_silgen_name("external_symbol")
9
func external_symbol()
@@ -138,7 +138,7 @@ public func takeOuterNC_1<T>(_ o: consuming OuterNC_1<T>) {
138
// CHECK-SAME: ptr %T)
139
// CHECK-SAME: {
140
// CHECK: [[RESPONSE:%[^,]+]] = call{{.*}} @"$s24moveonly_value_functions28InnerDeinitingDestructableNCVMa"(
141
-// CHECK-SAME: i64 0,
+// CHECK-SAME: [[INT]] 0,
142
143
// CHECK: [[INNER_DEINITING_DESTRUCTABLE_NC_METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]]
144
// CHECK: call{{.*}} @"$s24moveonly_value_functions9OuterNC_2VyxGlWOh"(
0 commit comments