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