From: Kazu Hirata Date: Fri, 5 Mar 2004 05:37:20 +0000 (+0000) Subject: m32r.c (signed_comparison_operator): Add a missing parenthesis. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0fe265e2c15a06650afe13d598e4f4b83fd96d6;p=gcc.git m32r.c (signed_comparison_operator): Add a missing parenthesis. * config/m32r/m32r.c (signed_comparison_operator): Add a missing parenthesis. From-SVN: r78958 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 46e93c5569b..eaf1236f649 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 Kazu Hirata + + * config/m32r/m32r.c (signed_comparison_operator): Add a + missing parenthesis. + 2004-03-04 Ian Lance Taylor * ggc-common.c (gt_pch_restore): Don't unmap addr unless we are diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index a6c69942a20..3a6ae8561dc 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -920,7 +920,7 @@ signed_comparison_operator (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) return (COMPARISON_P (op) && (code == EQ || code == NE - || code == LT || code == LE || code == GT || code == GE); + || code == LT || code == LE || code == GT || code == GE)); } /* Return 1 if OP is (mem (reg ...)).