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 c8c1ad5 commit 4ac835fCopy full SHA for 4ac835f
test/IRGen/enum.sil
@@ -183,10 +183,9 @@ import Swift
183
// CHECK-32-SAME: i8* inttoptr ([[WORD]] 5 to i8*),
184
// CHECK-64-SAME: i8* inttoptr ([[WORD]] 9 to i8*),
185
// -- flags 0x250003 - alignment 4
186
-// CHECK-32-SAME: i8* inttoptr ([[WORD]] 2424835 to i8*)
+// CHECK-32-SAME: i8* inttoptr ([[WORD]] {{2424835|2097155}} to i8*)
187
// -- flags 0x200007 - alignment 8
188
// CHECK-64-SAME: i8* inttoptr ([[WORD]] 2097159 to i8*)
189
-// CHECK-SAME: i8* inttoptr ([[WORD]] 16 to i8*)
190
// CHECK-SAME: ]
191
192
enum Empty {}
0 commit comments