commit | b070beee77cf9a0befd06a4fdacb824b1da0b55a | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Sep 03 16:10:55 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Sep 03 16:10:55 2008 +0000 |
tree | ad382a5640172fb156c6992ccbec12c9d912e821 | |
parent | 94b8d7ea63c5b533c299226677a0973a39f98e91 [diff] [blame] |
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 5f38469..fe622f2 100644 --- a/lib/Analysis/IPA/GlobalsModRef.cpp +++ b/lib/Analysis/IPA/GlobalsModRef.cpp
@@ -421,7 +421,7 @@ 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.