diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-04-09 08:32:21 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-04-09 08:32:21 +0000 |
commit | a3706d6754e972c4339e4495a18d803027bb9195 (patch) | |
tree | 57d595a8dfd31acaa8b2f676c13777c24a397163 /include/llvm-c | |
parent | 154819dd6f60d0d1d1c75a22e8902c5125fad49b (diff) | |
download | external_llvm-a3706d6754e972c4339e4495a18d803027bb9195.zip external_llvm-a3706d6754e972c4339e4495a18d803027bb9195.tar.gz external_llvm-a3706d6754e972c4339e4495a18d803027bb9195.tar.bz2 |
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimization/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/lto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index c0f4c6b..5d9cecb 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -254,7 +254,7 @@ lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, * Enables the internalize pass during LTO optimizations. */ extern void -lto_codegen_whole_program_optimization(lto_code_gen_t cg); +lto_codegen_set_whole_program_optimization(lto_code_gen_t cg); /** * Adds to a list of all global symbols that must exist in the final |