Replace a hand-coded leading one counting loop with the magic from MathExtras.h.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 11 Mar 2012 19:32:35 +0000 (19:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 11 Mar 2012 19:32:35 +0000 (19:32 +0000)
commit38d2ff4ac0133c138f7d372f0ea6d2c4e1f24c4f
treef28a23e469c89be1f58b42d6d2136e54939cd95c
parent57a76605f0e7989787cfaddd9be546ab5ab28044
Replace a hand-coded leading one counting loop with the magic from MathExtras.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp