mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Fix maxo bado thinko.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
94b8d7ea63
commit
b070beee77
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user