Delete whitespace at start of line.
authorYaron Keren <yaron.keren@gmail.com>
Thu, 2 Jul 2015 14:17:12 +0000 (14:17 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Thu, 2 Jul 2015 14:17:12 +0000 (14:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241265 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IPA/CallGraphSCCPass.cpp

index 6b3e06346269ac37b544d8168a68cc8b132a56d2..07b389a2a1393913d275ca93cc25dce8b042adf0 100644 (file)
@@ -451,7 +451,7 @@ bool CGPassManager::runOnModule(Module &M) {
     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