From: Devang Patel Date: Wed, 3 Sep 2008 19:57:15 +0000 (+0000) Subject: Add parentheses to make code more readable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79cca4f49f8a29f7c1259ad12a068a51d666cb60;p=oota-llvm.git Add parentheses to make code more readable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/InlineSimple.cpp b/lib/Transforms/IPO/InlineSimple.cpp index bb7065f81db..8bc256392f2 100644 --- a/lib/Transforms/IPO/InlineSimple.cpp +++ b/lib/Transforms/IPO/InlineSimple.cpp @@ -65,7 +65,7 @@ bool SimpleInliner::doInitialization(CallGraph &CG) { for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) - if (!I->isDeclaration() && I->getNotes() & FN_NOTE_NoInline) + if (!I->isDeclaration() && (I->getNotes() & FN_NOTE_NoInline)) NeverInline.insert(I); // Get llvm.noinline