diff options
Diffstat (limited to 'lib/Analysis/IPA/CallGraphSCCPass.cpp')
| -rw-r--r-- | lib/Analysis/IPA/CallGraphSCCPass.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraphSCCPass.cpp b/lib/Analysis/IPA/CallGraphSCCPass.cpp index 6b3e06346269..07b389a2a139 100644 --- a/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/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  | 
