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 631555a commit 40e91a8Copy full SHA for 40e91a8
test/IRGen/unowned.sil
@@ -2,10 +2,10 @@
2
3
// REQUIRES: CPU=x86_64
4
5
-// CHECK: [[C:%T7unowned1CC]] = type <{ [[REF:%swift.refcounted]] }>
6
-// CHECK: [[TYPE:%swift.type]] = type
7
-// CHECK: [[OPAQUE:%swift.opaque]] = type opaque
8
-// CHECK: [[A:%T7unowned1AV]] = type <{ %swift.unowned }>
+// CHECK-DAG: [[TYPE:%swift.type]] = type
+// CHECK-DAG: [[C:%T7unowned1CC]] = type <{ [[REF:%swift.refcounted]] }>
+// CHECK-DAG: [[OPAQUE:%swift.opaque]] = type opaque
+// CHECK-DAG: [[A:%T7unowned1AV]] = type <{ %swift.unowned }>
9
10
import Builtin
11
0 commit comments