BasicBlock.branch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void branch(Location location, BasicBlockRef dst)
  2. void branch(Location location, Expression cond, BasicBlockRef ifTrue, BasicBlockRef ifFalse)

Meta