[AArch64] Use popcount_hwi instead of homebrew version
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 19 Aug 2015 15:09:38 +0000 (15:09 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 19 Aug 2015 15:09:38 +0000 (15:09 +0000)
commit8d55c61ba84df5753cad7e04cabaed0f11af76b5
tree274980cf571a9e822ff50c5d0d9f38005e4918a8
parent474b0f70a867afda61d0f83de614bf6c6fff5424
[AArch64] Use popcount_hwi instead of homebrew version

* config/aarch64/aarch64.c (bit_count): Delete prototype
and definition.
(aarch64_print_operand): Use popcount_hwi instead of the above.

From-SVN: r227012
gcc/ChangeLog
gcc/config/aarch64/aarch64.c