mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -79,8 +79,7 @@ bool AlwaysInliner::doInitialization(CallGraph &CG) {
|
|||||||
|
|
||||||
Module &M = CG.getModule();
|
Module &M = CG.getModule();
|
||||||
|
|
||||||
for (Module::iterator I = M.begin(), E = M.end();
|
for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
|
||||||
I != E; ++I)
|
|
||||||
if (!I->isDeclaration() && !I->hasFnAttr(Attribute::AlwaysInline))
|
if (!I->isDeclaration() && !I->hasFnAttr(Attribute::AlwaysInline))
|
||||||
NeverInline.insert(I);
|
NeverInline.insert(I);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user