[ARM][1/4] Replace uses of int_log2 by exact_log2
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 24 Jun 2016 12:46:19 +0000 (12:46 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 24 Jun 2016 12:46:19 +0000 (12:46 +0000)
commit68a8632380e3606aeea2eb11921461e24926dddc
tree96126f7d5aca829faff5c28e8579d83f5f0a0341
parentdfee28703668e4aa85de36e4f4bd0cac7a04146d
[ARM][1/4] Replace uses of int_log2 by exact_log2

* config/arm/arm.c (int_log2): Delete definition and prototype.
(shift_op): Use exact_log2 instead of int_log2.
(vfp3_const_double_for_fract_bits): Likewise.

From-SVN: r237757
gcc/ChangeLog
gcc/config/arm/arm.c