[llvm-commits] minor fix for review

Junjie Gu jgu222 at gmail.com
Fri Jan 29 11:04:20 PST 2010


When a DenseMap's size is not enough, its size is increased to be 2*NumBuckets.
But the existing code actually increases it to be 4*NumBuckets.  This
fix fixes this typos.

Thanks
Junjie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ci.diff
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100129/eb8ca886/attachment.bin>


More information about the llvm-commits mailing list