Reid Spencer ab2b2c827c Fix countLeadingZeros in the case that the bitwidth evenly divides the
word size. This fixes all reads of uninitialized data (buffer over read)
and makes APInt.cpp memory clean, per valgrind. The only remaining
problem is division in a few cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34483 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-22 00:22:00 +00:00
..
2007-02-15 02:26:10 +00:00
2007-02-19 07:44:24 +00:00
2007-02-15 03:39:18 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 02:26:10 +00:00
2007-02-20 21:30:56 +00:00