[llvm] r241265 - Delete whitespace at start of line.

Yaron Keren yaron.keren at gmail.com
Thu Jul 2 07:17:12 PDT 2015


Author: yrnkrn
Date: Thu Jul  2 09:17:12 2015
New Revision: 241265

URL: http://llvm.org/viewvc/llvm-project?rev=241265&view=rev
Log:
Delete whitespace at start of line.


Modified:
    llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp

Modified: llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp?rev=241265&r1=241264&r2=241265&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp (original)
+++ llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp Thu Jul  2 09:17:12 2015
@@ -451,7 +451,7 @@ bool CGPassManager::runOnModule(Module &
     const std::vector<CallGraphNode *> &NodeVec = *CGI;
     CurSCC.initialize(NodeVec.data(), NodeVec.data() + NodeVec.size());
     ++CGI;
-    
+
     // At the top level, we run all the passes in this pass manager on the
     // functions in this SCC.  However, we support iterative compilation in the
     // case where a function pass devirtualizes a call to a function.  For





More information about the llvm-commits mailing list