mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Remove debugging code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -87,7 +87,6 @@ bool ArgPromotion::runOnSCC(const std::vector<CallGraphNode *> &SCC) {
|
|||||||
// Attempt to promote arguments from all functions in this SCC.
|
// Attempt to promote arguments from all functions in this SCC.
|
||||||
for (unsigned i = 0, e = SCC.size(); i != e; ++i)
|
for (unsigned i = 0, e = SCC.size(); i != e; ++i)
|
||||||
LocalChange |= PromoteArguments(SCC[i]);
|
LocalChange |= PromoteArguments(SCC[i]);
|
||||||
if (LocalChange) return true;
|
|
||||||
Changed |= LocalChange; // Remember that we changed something.
|
Changed |= LocalChange; // Remember that we changed something.
|
||||||
} while (LocalChange);
|
} while (LocalChange);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user