mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
- walk utils
This commit is contained in:
@@ -460,7 +460,9 @@ class InitExistentialRefInst : SingleValueInstruction, UnaryInstruction {
|
||||
}
|
||||
|
||||
final public
|
||||
class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction {}
|
||||
class OpenExistentialRefInst : SingleValueInstruction, UnaryInstruction {
|
||||
public var existential: Value { operand.value }
|
||||
}
|
||||
|
||||
final public
|
||||
class InitExistentialValueInst : SingleValueInstruction, UnaryInstruction {}
|
||||
|
||||
Reference in New Issue
Block a user