Skip to content

Commit 18ea816

Browse files
committed
SIL: make CopyBlockInst conform to UnaryInstruction
1 parent d8918ce commit 18ea816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/SIL/Instruction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ class ThinToThickFunctionInst : SingleValueInstruction, UnaryInstruction {
10711071
final public class ThickToObjCMetatypeInst : SingleValueInstruction {}
10721072
final public class ObjCToThickMetatypeInst : SingleValueInstruction {}
10731073

1074-
final public class CopyBlockInst : SingleValueInstruction {}
1074+
final public class CopyBlockInst : SingleValueInstruction, UnaryInstruction {}
10751075
final public class CopyBlockWithoutEscapingInst : SingleValueInstruction {}
10761076

10771077
final public

0 commit comments

Comments
 (0)