aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Initialization.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/Initialization.h')
-rw-r--r--include/llvm-c/Initialization.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Initialization.h b/include/llvm-c/Initialization.h
index 4d64d2f2c8..252f731003 100644
--- a/include/llvm-c/Initialization.h
+++ b/include/llvm-c/Initialization.h
@@ -24,6 +24,7 @@ extern "C" {
void LLVMInitializeTransformUtils(LLVMPassRegistryRef R);
void LLVMInitializeScalarOpts(LLVMPassRegistryRef R);
+void LLVMInitializeIPO(LLVMPassRegistryRef R);
#ifdef __cplusplus
}