We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9dd91 commit 997edddCopy full SHA for 997eddd
SwiftCompilerSources/Sources/SIL/Instruction.swift
@@ -672,12 +672,12 @@ class TailAddrInst : SingleValueInstruction {
672
}
673
674
final public
675
-class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
+class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction {
676
public var instance: Value { operand.value }
677
678
679
680
-class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
+class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction {
681
public var existential: Value { operand.value }
682
683
0 commit comments