[llvm-commits] [llvm] r166493 - /llvm/trunk/include/llvm/ADT/DenseMap.h

Peter Cooper peter_cooper at apple.com
Wed Oct 24 11:54:29 PDT 2012


On Oct 24, 2012, at 11:29 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:

> 
> On Oct 23, 2012, at 12:34 PM, Pete Cooper <peter_cooper at apple.com> wrote:
> 
>> +      AtLeast = isPowerOf2_32(AtLeast) ? AtLeast : NextPowerOf2(AtLeast);
> 
> AtLeast = NextPowerOf2(AtLeast-1); ?
Thanks Jakob!  r166609
> 
> 




More information about the llvm-commits mailing list