expr.c (compare_from_rtx): Call simplify_relational_operation on all comparisons...
authorRoger Sayle <roger@eyesopen.com>
Sat, 15 Jun 2002 20:21:22 +0000 (20:21 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 15 Jun 2002 20:21:22 +0000 (20:21 +0000)
commit129e0ee875fbde69fd5bef74a99247b6dfd7b36c
treea7b0af58916c32e9d0a0970b6cb38fdfc45107df
parent3e1b181a6785c3b77b1cd877a8f6759efad6cfe8
expr.c (compare_from_rtx): Call simplify_relational_operation on all comparisons...

* expr.c (compare_from_rtx): Call simplify_relational_operation
on all comparisons, not just those between integer constants,
with the correct (possibly unsigned) comparison code.
(do_compare_rtx_and_jump): Likewise.

From-SVN: r54657
gcc/ChangeLog
gcc/expr.c