]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_unary_operation_1): Use GET_MODE_PRECISION rather than GET_M...
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 9 Jul 2019 19:11:27 +0000 (19:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 9 Jul 2019 19:11:27 +0000 (13:11 -0600)
commit4faba5c3bc37c0bfceec6b254d76c5d0b3e2fe8b
tree0f006e571ca7dd5b2e173aa6d0e651ef24ab61e4
parent99b1c316ec974a39bdd949f8559bb28861b69592
simplify-rtx.c (simplify_unary_operation_1): Use GET_MODE_PRECISION rather than GET_MODE_BITSIZE to better handle partial...

2019-07-09  John Darrington  <john@darrington.wattle.id.au>

* simplify-rtx.c (simplify_unary_operation_1): Use GET_MODE_PRECISION
rather than GET_MODE_BITSIZE to better handle partial integer modes.

From-SVN: r273312
gcc/ChangeLog
gcc/simplify-rtx.c