Skip to content

Commit 3933c6d

Browse files
committed
Only need one bit
1 parent 576d7f1 commit 3933c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ namespace decls_block {
19231923

19241924
using NonSendableDeclAttrLayout = BCRecordLayout<
19251925
NonSendable_DECL_ATTR,
1926-
BCFixed<2> // non-sendable kind
1926+
BCFixed<1> // non-sendable kind
19271927
>;
19281928

19291929
using OptimizeDeclAttrLayout = BCRecordLayout<

0 commit comments

Comments
 (0)