AddDestination(BasicBlock,Condition)
Method in BasicBlock
Summary
Adds a new destination to this block, that points to another block.
Parameters
Name | Description |
---|---|
Yarn.Compiler.BasicBlock descendant | The new descendant node. |
Yarn.Compiler.BasicBlock.Condition condition | The condition under which |
Last updated