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 800b9de commit 2cbed90Copy full SHA for 2cbed90
SwiftCompilerSources/Sources/SIL/Instruction.swift
@@ -660,12 +660,12 @@ class TailAddrInst : SingleValueInstruction {
660
}
661
662
final public
663
-class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction {
+class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
664
public var instance: Value { operand.value }
665
666
667
668
-class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction {
+class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
669
public var existential: Value { operand.value }
670
671
0 commit comments