]> git.ipfire.org Git - thirdparty/gcc.git/commit
expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead of an rtx/bitpos...
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 9 Sep 2013 13:07:18 +0000 (13:07 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 Sep 2013 13:07:18 +0000 (13:07 +0000)
commit088c5368f1f9266a10b900b3ea290ca65b6908a9
tree495ce491ab7d56be7428259e6537d8826e9ae80f
parent69db2d57a36cf785d652970a3d96f12c47eb0b80
expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead of an rtx/bitpos pair.

gcc/
* expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead
of an rtx/bitpos pair.
(store_fixed_bit_field): Update accordingly.

From-SVN: r202395
gcc/ChangeLog
gcc/expmed.c