mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +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:
@ -421,7 +421,7 @@ void GlobalsModRef::AnalyzeCallGraph(CallGraph &CG, Module &M) {
|
|||||||
if (KnowNothing) {
|
if (KnowNothing) {
|
||||||
for (unsigned i = 0, e = SCC.size(); i != e; ++i)
|
for (unsigned i = 0, e = SCC.size(); i != e; ++i)
|
||||||
FunctionInfo.erase(SCC[i]->getFunction());
|
FunctionInfo.erase(SCC[i]->getFunction());
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scan the function bodies for explicit loads or stores.
|
// Scan the function bodies for explicit loads or stores.
|
||||||
|
Reference in New Issue
Block a user