mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Internalize: Remove reference of @llvm.noinline, it was replaced with the noinline attribute a long time ago.
llvm-svn: 153806
This commit is contained in:
parent
3ca3830022
commit
b7ee22e3f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user