]> gcc.gnu.org Git - gcc.git/commit
combine.c (set_nonzero_bits_and_sign_copies): Use unsigned arithmetics in masking...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 28 Oct 2010 10:32:03 +0000 (10:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 28 Oct 2010 10:32:03 +0000 (10:32 +0000)
commitc575a65f66db572f4fbec024465544dbdd647685
tree55015449f71fc5bb6714771b4207bea7931cf4de
parentf228e2ae59f04b71593e448cf4e654f51fe1318a
combine.c (set_nonzero_bits_and_sign_copies): Use unsigned arithmetics in masking operations.

* combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
arithmetics in masking operations.
(contains_muldiv): Likewise.
(try_combine): Likewise.
(find_split_point): Likewise.
(combine_simplify_rtx): Likewise.
(simplify_if_then_else): Likewise.
(simplify_set): Likewise.
(expand_compound_operation): Likewise.
(expand_field_assignment): Likewise.
(make_extraction): Likewise.
(extract_left_shift): Likewise.
(make_compound_operation): Likewise.
(force_to_mode): Likewise.
(make_field_assignment): Likewise.
(reg_nonzero_bits_for_combine): Likewise.
(simplify_shift_const_1): Likewise.
(simplify_comparison): Likewise.

From-SVN: r166027
gcc/ChangeLog
gcc/combine.c
This page took 0.061326 seconds and 5 git commands to generate.