Skip to content

Commit 449acae

Browse files
authored
Merge pull request #62813 from xedin/expand-sildeclref-kind-by-one-bit
[SILDeclRef] Expand `kind` by one bit because `RuntimeAttributeGenera…
2 parents 2e25c2f + 733e51f commit 449acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILDeclRef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ struct SILDeclRef {
187187
/// The AST node represented by this SILDeclRef.
188188
Loc loc;
189189
/// The Kind of this SILDeclRef.
190-
Kind kind : 4;
190+
Kind kind : 5;
191191
/// True if this references a foreign entry point for the referenced decl.
192192
unsigned isForeign : 1;
193193
/// True if this references a distributed function.

0 commit comments

Comments
 (0)