mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Remove whitespace from start of line, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -481,7 +481,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
|
|||||||
// If there are no calls in this function, exit early.
|
// If there are no calls in this function, exit early.
|
||||||
if (CallSites.empty())
|
if (CallSites.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Now that we have all of the call sites, move the ones to functions in the
|
// Now that we have all of the call sites, move the ones to functions in the
|
||||||
// current SCC to the end of the list.
|
// current SCC to the end of the list.
|
||||||
unsigned FirstCallInSCC = CallSites.size();
|
unsigned FirstCallInSCC = CallSites.size();
|
||||||
@@ -591,7 +591,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
|
|||||||
DEBUG(dbgs() << " -> Deleting dead function: "
|
DEBUG(dbgs() << " -> Deleting dead function: "
|
||||||
<< Callee->getName() << "\n");
|
<< Callee->getName() << "\n");
|
||||||
CallGraphNode *CalleeNode = CG[Callee];
|
CallGraphNode *CalleeNode = CG[Callee];
|
||||||
|
|
||||||
// Remove any call graph edges from the callee to its callees.
|
// Remove any call graph edges from the callee to its callees.
|
||||||
CalleeNode->removeAllCalledFunctions();
|
CalleeNode->removeAllCalledFunctions();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user