* fold-const.c (combine_comparisons, optimize_bit_field_compare,
commit20783f07af76e1535a7405994814b4c9672e2561
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 May 2004 22:23:19 +0000 (30 22:23 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 May 2004 22:23:19 +0000 (30 22:23 +0000)
treef3558323670cd4f2721326e49c43e117833dbf67
parentf870f16dad3166469dfe22df99e2e2dfc3b92d44
* fold-const.c (combine_comparisons, optimize_bit_field_compare,
range_binop, fold_truthop, fold_binary_op_with_conditional_arg,
fold_mathfn_compare, fold_inf_compare, fold,
fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
Use constant_boolean_node where appropriate.  Don't bother using
fold_convert on the second argument to omit_one_operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82468 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c