Skip to content

Commit 160c3ef

Browse files
committed
Try to work around crash in function signature specialization
1 parent 954a508 commit 160c3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftOperators/OperatorTable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public struct OperatorTable {
2929

3030
/// Initialize the operator precedence instance with a given set of
3131
/// operators and precedence groups.
32+
@_semantics("optimize.sil.specialize.generic.never")
3233
public init(
3334
precedenceGroups: [PrecedenceGroup],
3435
operators: [Operator],

0 commit comments

Comments
 (0)