r176038 - in /trunk/gcc: ChangeLog cfgexpand.c ...
bernds@gcc.gnu.org
bernds@gcc.gnu.org
Fri Jul 8 12:57:00 GMT 2011
Author: bernds
Date: Fri Jul 8 12:57:50 2011
New Revision: 176038
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176038
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cfgexpand.c
trunk/gcc/convert.c
trunk/gcc/expmed.c
trunk/gcc/expr.c
trunk/gcc/optabs.c
More information about the Gcc-cvs
mailing list