Method AppendBasicBlock
AppendBasicBlock(String)
Appends a new basic block to a function
Declaration
public BasicBlock AppendBasicBlock(string name)
Parameters
public BasicBlock AppendBasicBlock(string name)
String | name | Name (label) of the block |
Returns
BasicBlock | BasicBlock created and inserted onto the end of the function |