Internalize: Remove reference of @llvm.noinline, it was replaced with the noinline...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 31 Mar 2012 11:03:47 +0000 (11:03 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 31 Mar 2012 11:03:47 +0000 (11:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153806 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/Internalize.cpp

index 7cb1d18f933de0ddae4ac3086f6c810e46a01b30..af5b9bd99e4c1402f36bc1b21ccc69ab71e02f5f 100644 (file)
@@ -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