[llvm-commits] [llvm] r80698 - /llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp
Mike Stump
mrs at apple.com
Tue Sep 1 14:26:13 PDT 2009
On Sep 1, 2009, at 11:32 AM, Chris Lattner wrote:
> Author: lattner
> Date: Tue Sep 1 13:32:03 2009
> New Revision: 80698
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80698&view=rev
> Log:
> doxygenate RefreshCallGraph, add a new 'verification mode', and run
> it after
> CGSCC passes make change to ensure they are updating the callgraph
> correctly
> (when assertions are enabled).
This breaks CodeGen/blocks-2.c and CodeGen/mmintrin-test.c from the
clang testsuite on i386-darwin9. :-( Also shows up on x86_64 darwin10.
More information about the llvm-commits
mailing list