aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-07 18:09:59 +0000
committerOwen Anderson <resistor@mac.com>2010-10-07 18:09:59 +0000
commit2c81296bc237cb26c2bb789514e331b3b5b31f79 (patch)
tree415279daacca31a85744a1352433e60b66d770ac /include/llvm-c
parentfbd121e1983323a75ae5de78f4b57e939e4c7a38 (diff)
Add an initialization routine for libLLVMipo.a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-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
}