Skip to content

Commit 937bc7c

Browse files
committed
SIL: object instruction is not a forwarding instruction
Because it can only appear in the initializer list of a global variable.
1 parent 927e0c4 commit 937bc7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/SIL/SILInstruction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11016,7 +11016,6 @@ class LinearFunctionExtractInst
1101611016
inline bool
1101711017
OwnershipForwardingSingleValueInstruction::classof(SILInstructionKind kind) {
1101811018
switch (kind) {
11019-
case SILInstructionKind::ObjectInst:
1102011019
case SILInstructionKind::EnumInst:
1102111020
case SILInstructionKind::UncheckedEnumDataInst:
1102211021
case SILInstructionKind::OpenExistentialRefInst:

0 commit comments

Comments
 (0)