LLVMFinalizeFunctionPassManager

Finalizes all of the function passes scheduled in in the function pass manager. Returns 1 if any of the passes modified the module, 0 otherwise. @see llvm::FunctionPassManager::doFinalization

extern (C) nothrow
LLVMBool
LLVMFinalizeFunctionPassManager
(
LLVMPassManagerRef FPM
)

Meta