(lshift_double): Replace `&' with `%' to fix typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Jun 1995 23:29:17 +0000 (19:29 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Jun 1995 23:29:17 +0000 (19:29 -0400)
commit3d1877b1271889f9b1cc54d108b4363924343f29
tree7164a5c23172e6d116a5274571dbbed7d1492208
parent146135d6db182282472ae6bf16b051128c0db85b
(lshift_double): Replace `&' with `%' to fix typo.

(lshift_double, rshift_double): Truncate shift count only if
SHIFT_COUNT_TRUNCATED.  Remove unnecessary `count >= prec' test.

From-SVN: r9917
gcc/fold-const.c