Skip to content

Commit 34e73fd

Browse files
committed
Fix inlinable_bitfields test for 32-bit
Fixes <rdar://problem/46486435>.
1 parent 650ede4 commit 34e73fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/inlinable_bitfields.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public func g(_ m: MM) -> UInt32 {
1313

1414
// Just make sure this is a definition and not a declaration...
1515

16-
// CHECK: define internal i32 @"$ModRM$rm$getter"([[INT]] %.coerce)
16+
// CHECK: define internal i32 @"$ModRM$rm$getter"

0 commit comments

Comments
 (0)