Instead of calculating constant factors, calculate the number of trailing
authorNick Lewycky <nicholas@mxc.ca>
Thu, 22 Nov 2007 07:59:40 +0000 (07:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 22 Nov 2007 07:59:40 +0000 (07:59 +0000)
commit83bb0055fdac3c6234c4178cd429e6a917d06c4e
treef62fae0e6d4cfbb94636c71a97f94cead9160ff4
parent4ac0e8da4a819b2db09659262227e8c8f7f1fcc0
Instead of calculating constant factors, calculate the number of trailing
bits. Patch from Wojciech Matyjewicz.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44268 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp