From: Benjamin Kramer Date: Sat, 31 Mar 2012 11:03:47 +0000 (+0000) Subject: Internalize: Remove reference of @llvm.noinline, it was replaced with the noinline... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1955c9cf46f64513d1f0034573ca00b6b396fabe;p=oota-llvm.git Internalize: Remove reference of @llvm.noinline, it was replaced with the noinline attribute a long time ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153806 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/Internalize.cpp b/lib/Transforms/IPO/Internalize.cpp index 7cb1d18f933..af5b9bd99e4 100644 --- a/lib/Transforms/IPO/Internalize.cpp +++ b/lib/Transforms/IPO/Internalize.cpp @@ -148,7 +148,6 @@ bool InternalizePass::runOnModule(Module &M) { // won't find them. (see MachineModuleInfo.) ExternalNames.insert("llvm.global_ctors"); ExternalNames.insert("llvm.global_dtors"); - ExternalNames.insert("llvm.noinline"); ExternalNames.insert("llvm.global.annotations"); // Mark all global variables with initializers that are not in the api as