 | FunctionAppendBasicBlock Method |
[This is preliminary documentation and is subject to change.]
Appends a new basic block to a function
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic BasicBlock AppendBasicBlock(
string name
)
Parameters
- name
- Type: SystemString
Name (label) of the block
Return Value
Type:
BasicBlockBasicBlock created and inserted onto the end of the function
See Also