mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
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
This commit is contained in:
parent
f2cc2ee449
commit
1955c9cf46
@ -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