LLVMSetTailCall

Set whether a call instruction is a tail call.

This only works on llvm::CallInst instructions.

@see llvm::CallInst::setTailCall()

extern (C) nothrow
void
LLVMSetTailCall
(
LLVMValueRef CallInst
,
LLVMBool IsTailCall
)

Meta