Click or drag to resize
Llvm.NET LogoFunctionAppendBasicBlock 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
Syntax
C#
public BasicBlock AppendBasicBlock(
	string name
)

Parameters

name
Type: SystemString
Name (label) of the block

Return Value

Type: BasicBlock
BasicBlock created and inserted onto the end of the function
See Also