From: Duncan Sands Date: Wed, 3 Sep 2008 16:10:55 +0000 (+0000) Subject: Fix maxo bado thinko. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b070beee77cf9a0befd06a4fdacb824b1da0b55a;p=oota-llvm.git Fix maxo bado thinko. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55700 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/IPA/GlobalsModRef.cpp b/lib/Analysis/IPA/GlobalsModRef.cpp index 5f384694984..fe622f26404 100644 --- a/lib/Analysis/IPA/GlobalsModRef.cpp +++ b/lib/Analysis/IPA/GlobalsModRef.cpp @@ -421,7 +421,7 @@ void GlobalsModRef::AnalyzeCallGraph(CallGraph &CG, Module &M) { if (KnowNothing) { for (unsigned i = 0, e = SCC.size(); i != e; ++i) FunctionInfo.erase(SCC[i]->getFunction()); - return; + continue; } // Scan the function bodies for explicit loads or stores.