* tree.h (crc32_unsigned_n): Declare.
commit1fc3fc06ffe561c4773e0872813db4bc3597d72b
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2017 16:49:10 +0000 (26 16:49 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2017 16:49:10 +0000 (26 16:49 +0000)
tree805faaf806794221b6d0f6b5c373c8e0e074ebf2
parent1c2d100c4c0f57e108d7b6f8ed14527488612098
* 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.

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