From: Nick Clifton Date: Fri, 17 Aug 2012 09:58:53 +0000 (+0000) Subject: mcore.md (cbranchsi4): Remove mode from comparison. X-Git-Tag: misc/gccgo-go1_1_2~1323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e3b4c3ef361b4bcbaf2d522ed2ed25f0b3bb301;p=thirdparty%2Fgcc.git mcore.md (cbranchsi4): Remove mode from comparison. * config/mcore/mcore.md (cbranchsi4): Remove mode from comparison. From-SVN: r190477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eea212fb8048..6c177795898c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -61,6 +61,9 @@ 2012-08-17 Nick Clifton + * config/mcore/mcore.md (cbranchsi4): Remove mode from + comparison. + * config/iq2000/iq2000.md (cbranchsi4): Remove mode from comparison and label. (branch_zero): Likewise. diff --git a/gcc/config/mcore/mcore.md b/gcc/config/mcore/mcore.md index 805de2b23265..68169f5a32f1 100644 --- a/gcc/config/mcore/mcore.md +++ b/gcc/config/mcore/mcore.md @@ -1502,7 +1502,7 @@ (define_expand "cbranchsi4" [(set (pc) - (if_then_else (match_operator:SI 0 "ordered_comparison_operator" + (if_then_else (match_operator 0 "ordered_comparison_operator" [(match_operand:SI 1 "mcore_compare_operand") (match_operand:SI 2 "nonmemory_operand")]) (label_ref (match_operand 3 ""))