ΒΆLLVMBool LLVMFinalizeFunctionPassManager(
    LLVMPassManagerRef FPM)

Description

Finalizes all of the function passes scheduled in the function pass manager. Returns 1 if any of the passes modified the module, 0 otherwise.

Declared at: llvm/include/llvm-c/Core.h:4048

Parameters

LLVMPassManagerRef FPM