summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-02 14:25:09 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-02 14:25:09 +0000
commit6967cbb31968b1554e07fe4980b1abf0822ea11b (patch)
treedf33ba9650989fcb4461276042c333925b1e7f47 /llvm/lib/Transforms
parentec44b157f16200f87943a3ab243f19ffeef69422 (diff)
downloadbcm5719-llvm-6967cbb31968b1554e07fe4980b1abf0822ea11b.tar.gz
bcm5719-llvm-6967cbb31968b1554e07fe4980b1abf0822ea11b.zip
Remove whitespace from start of line, NFC.
llvm-svn: 241268
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/Inliner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/Inliner.cpp b/llvm/lib/Transforms/IPO/Inliner.cpp
index 0d5a1d5c554..5273c3dc3ca 100644
--- a/llvm/lib/Transforms/IPO/Inliner.cpp
+++ b/llvm/lib/Transforms/IPO/Inliner.cpp
@@ -481,7 +481,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
// If there are no calls in this function, exit early.
if (CallSites.empty())
return false;
-
+
// Now that we have all of the call sites, move the ones to functions in the
// current SCC to the end of the list.
unsigned FirstCallInSCC = CallSites.size();
@@ -591,7 +591,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
DEBUG(dbgs() << " -> Deleting dead function: "
<< Callee->getName() << "\n");
CallGraphNode *CalleeNode = CG[Callee];
-
+
// Remove any call graph edges from the callee to its callees.
CalleeNode->removeAllCalledFunctions();
OpenPOWER on IntegriCloud