Delete whitespace at start of line.

llvm-svn: 241265
This commit is contained in:
Yaron Keren 2015-07-02 14:17:12 +00:00
parent f737215288
commit afe39833ce
1 changed files with 1 additions and 1 deletions

View 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