[AArch64] Use popcount_hwi instead of homebrew version
commit34bf6b7fe74f1721b8b9b71c98a3515fb77eee04
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 2015 15:09:38 +0000 (19 15:09 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 2015 15:09:38 +0000 (19 15:09 +0000)
tree274980cf571a9e822ff50c5d0d9f38005e4918a8
parent4680241d742dc5d48f4629ae9b985810d3be7dd7
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227012 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c