[llvm-commits] [llvm] r55137 - /llvm/trunk/lib/Analysis/ValueTracking.cpp

David Greene dag at cray.com
Fri Aug 22 10:46:23 PDT 2008


On Friday 22 August 2008 03:33, Daniel Berlin wrote:
> My guess is that he didn't mean to do this:
>
>  +          APInt KnownZero3(KnownZero), KnownOne3(KnownOne);
>
> >> +          KnownOne3.clear();
> >> +          KnownZero3.clear();
>
> After all, why initialize them to the value and then clear them the
> next second :)

Ahh!!  Sorry 'bout that.  I will fix and reapply.

                                            -Dave



More information about the llvm-commits mailing list