From 4e3b4c3ef361b4bcbaf2d522ed2ed25f0b3bb301 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 17 Aug 2012 09:58:53 +0000 Subject: [PATCH] mcore.md (cbranchsi4): Remove mode from comparison. * config/mcore/mcore.md (cbranchsi4): Remove mode from comparison. From-SVN: r190477 --- gcc/ChangeLog | 3 +++ gcc/config/mcore/mcore.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eea212fb804..6c177795898 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 805de2b2326..68169f5a32f 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 "")) -- 2.30.2