Resync inline implementation of ceil_log2 (PR 86506)
commitafe56ce5d92a348e61bd23f0ed21666c49436c6c
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2018 11:23:26 +0000 (30 11:23 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2018 11:23:26 +0000 (30 11:23 +0000)
treedd31e77ca31e106f993854b34e2832c8ad8edd9a
parent730ba3b8371ad32c4b478f7a21ea8ed44a9e4c53
Resync inline implementation of ceil_log2 (PR 86506)

In r262961 I only updated the out-of-line copy of ceil_log2.  This patch
applies the same change to the other (inline) one.

2018-07-30  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
PR tree-optimization/86506
* hwint.h (ceil_log2): Resync with hwint.c implementation.

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