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 a6fd1cb commit 39ac4a5Copy full SHA for 39ac4a5
SwiftCompilerSources/Sources/SIL/Instruction.swift
@@ -672,12 +672,12 @@ class TailAddrInst : SingleValueInstruction {
672
}
673
674
final public
675
-class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction {
+class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
676
public var instance: Value { operand.value }
677
678
679
680
-class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction {
+class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction, ForwardingInstruction {
681
public var existential: Value { operand.value }
682
683
0 commit comments