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.
1 parent 34ca3e9 commit 92b3e15Copy full SHA for 92b3e15
test/IRGen/foreign_types.sil
@@ -1,8 +1,5 @@
1
// RUN: %target-swift-frontend -I %S/Inputs/abi %s -emit-ir | FileCheck %s
2
3
-// FIXME: SR-1071 test or compiler has an incorrect 64-bit dependency
4
-// UNSUPPORTED: PTRSIZE=32
5
-
6
sil_stage canonical
7
import c_layout
8
@@ -15,8 +12,8 @@ import c_layout
15
12
// CHECK-SAME: [[INT]] 1,
16
13
// CHECK-SAME: [[INT]] sub ({{.*}}),
17
14
// CHECK-SAME: %swift.type* null,
18
-// CHECK-SAME: i64 0,
19
-// CHECK-SAME: i64 4 }
+// CHECK-SAME: [[INT]] 0,
+// CHECK-SAME: [[INT]] 4 }
20
21
sil @test0 : $() -> () {
22
bb0:
0 commit comments