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 61c9276 commit 38a731eCopy full SHA for 38a731e
test/IRGen/enum_resilience.swift
@@ -24,7 +24,7 @@ import resilient_struct
24
// CHECK: %T15enum_resilience5ClassC = type <{ %swift.refcounted }>
25
26
// Because the enum is resilient we cannot pack the tag into the pointer inside of the resilient payload.
27
-// CHECK: %T15enum_resilience9ContainerC5Multi33_59077B69D65A4A3BEE0C93708067D5F0LLO.0 = type <{ [{{(8|4}} x i8], [1 x i8] }>
+// CHECK: %T15enum_resilience9ContainerC5Multi33_59077B69D65A4A3BEE0C93708067D5F0LLO.0 = type <{ [{{(8|4)}} x i8], [1 x i8] }>
28
29
// CHECK: %T15enum_resilience9ReferenceV = type <{ %T15enum_resilience5ClassC* }>
30
0 commit comments