From d13b9da1b6575329cebcaadb31fcf8f200cbd2c6 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 14 Jan 2014 09:40:18 +0000 Subject: Revert r199191, "LTO: add API to set strategy for -internalize" Please update also Other/link-opts.ll, in next time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199197 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lto/lto.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/lto/lto.cpp') diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp index a28257f6ab..59b778dcc9 100644 --- a/tools/lto/lto.cpp +++ b/tools/lto/lto.cpp @@ -252,13 +252,6 @@ void lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, // In here only for backwards compatibility. We use MC now. } -/// lto_codegen_set_internalize_strategy - Sets the strategy to use during -/// internalize. -void lto_codegen_set_internalize_strategy(lto_code_gen_t cg, - lto_internalize_strategy strategy) { - cg->setInternalizeStrategy(strategy); -} - /// lto_codegen_add_must_preserve_symbol - Adds to a list of all global symbols /// that must exist in the final generated code. If a function is not listed /// there, it might be inlined into every usage and optimized away. -- cgit v1.2.3