One comment for when this gets re-commited:

> 
> +  llvm::ReversePostOrderTraversal<clang::CallGraph*> RPOT(&CG);
> +  for (llvm::ReversePostOrderTraversal<clang::CallGraph*>::rpo_iterator
> +         I = RPOT.begin(); I != RPOT.end(); ++I) {

Cache the end pointer here?

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to