Skip to content

Commit 7b76197

Browse files
committed
SwiftCompilerSources: fix PackElementSetInst
It is not a SingleValueInstruction. (cherry picked from commit 66dcf6a)
1 parent 7b35713 commit 7b76197

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
@@ -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)