diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-02 14:17:12 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-02 14:17:12 +0000 |
commit | afe39833cee9dad592e37a7b35e71625f52fb221 (patch) | |
tree | 0d1b7daf02168420d8fe756035851c7fb31d3ec5 /llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp | |
parent | f737215288e5d63dd6564d63f69569266467f7ee (diff) | |
download | bcm5719-llvm-afe39833cee9dad592e37a7b35e71625f52fb221.tar.gz bcm5719-llvm-afe39833cee9dad592e37a7b35e71625f52fb221.zip |
Delete whitespace at start of line.
llvm-svn: 241265
Diffstat (limited to 'llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r-- | llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp index 6b3e0634626..07b389a2a13 100644 --- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp @@ -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 |