Loading...
Method in BasicBlock
Adds a new destination to this block, that points to another block.
public void AddDestination(BasicBlock descendant, Condition condition)
descendant
The new descendant node.
condition
The condition under which descendant will be run.