Skip to content

Commit 66dcf6a

Browse files
committed
SwiftCompilerSources: fix PackElementSetInst
It is not a SingleValueInstruction.
1 parent a1bb9f4 commit 66dcf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/SIL/Instruction.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ final public class TuplePackElementAddrInst: SingleValueInstruction {
11071107

11081108
final public class PackElementGetInst: SingleValueInstruction {}
11091109

1110-
final public class PackElementSetInst: SingleValueInstruction {}
1110+
final public class PackElementSetInst: Instruction {}
11111111

11121112
final public class DifferentiableFunctionInst: SingleValueInstruction {}
11131113

0 commit comments

Comments
 (0)