]> git.ipfire.org Git - thirdparty/gcc.git/commit
optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE where...
authorBernd Schmidt <bernds@codesourcery.com>
Fri, 8 Jul 2011 12:57:50 +0000 (12:57 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Fri, 8 Jul 2011 12:57:50 +0000 (12:57 +0000)
commit69660a709191cd559cfeb9170b1cad9c1e5daae4
treedbfc3d0e9b173b47f6d2222de19d36b1c0d27471
parent2c50b2c366a178161e90caad85d9dd883b5bfa90
optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE where appropriate.

* optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
GET_MODE_BITSIZE where appropriate.
(widen_leading, expand_parity, expand_ctz, expand_ffs,
expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
expand_float, expand_fix): Likewise.
* expr.c (convert_move, convert_modes, expand_expr_real_2,
expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
* cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
Likewise.
* convert.c (convert_to_integer): Likewise.
* expmed.c (expand_shift_1): Likewise.

From-SVN: r176038
gcc/ChangeLog
gcc/cfgexpand.c
gcc/convert.c
gcc/expmed.c
gcc/expr.c
gcc/optabs.c