LLVMGetFirstInstruction

Obtain the first instruction in a basic block.

The returned LLVMValueRef corresponds to a llvm::Instruction instance.

extern (C) nothrow
LLVMValueRef
LLVMGetFirstInstruction
(
LLVMBasicBlockRef BB
)

Meta