diff options
author | Owen Anderson <resistor@mac.com> | 2010-10-07 18:09:59 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-10-07 18:09:59 +0000 |
commit | 2c81296bc237cb26c2bb789514e331b3b5b31f79 (patch) | |
tree | 415279daacca31a85744a1352433e60b66d770ac /include/llvm-c | |
parent | fbd121e1983323a75ae5de78f4b57e939e4c7a38 (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.h | 1 |
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 } |