[llvm-commits] [llvm] r80698 - /llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp

Chris Lattner clattner at apple.com
Tue Sep 1 14:39:19 PDT 2009


On Sep 1, 2009, at 2:26 PM, Mike Stump wrote:

> 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.

Fixed in r80724, sorry about that.  I didn't notice this because the  
buildbot didn't send me mail :(

-Chris



More information about the llvm-commits mailing list