InstructionResult
enum InstructionResult
The value produced by executing an instruction.
-
Produces a value.
Execution continues at the next instruction in sequence.
Declaration
Swift
case value(Value) -
Transfer control to specific instruction.
Declaration
Swift
case jump(CodePointer)
View on GitHub