tree.h (crc32_unsigned_n): Declare.
authorNathan Sidwell <nathan@acm.org>
Wed, 26 Apr 2017 16:49:10 +0000 (16:49 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 26 Apr 2017 16:49:10 +0000 (16:49 +0000)
commitf88523e5bcc718aa4265f320014ab818ae700e30
tree805faaf806794221b6d0f6b5c373c8e0e074ebf2
parentffb77fd6c7c5e6cebdbb03750833793749d7402e
tree.h (crc32_unsigned_n): Declare.

* tree.h (crc32_unsigned_n): Declare.
(crc32_unsigned, crc32_unsigned): Make inline.
* tree.c (crc32_unsigned_bits): Replace with ...
(crc32_unsigned_n): ... this.
(crc32_unsigned, crc32_byte): Remove.
(crc32_string): Remove unnecessary braces.

From-SVN: r247281
gcc/ChangeLog
gcc/tree.c
gcc/tree.h