* config/mcore/mcore.md (cbranchsi4): Remove mode from
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2012 09:58:53 +0000 (09:58 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2012 09:58:53 +0000 (09:58 +0000)
comparison.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190477 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mcore/mcore.md

index eea212f..6c17779 100644 (file)
@@ -61,6 +61,9 @@
 
 2012-08-17  Nick Clifton  <nickc@redhat.com>
 
+       * config/mcore/mcore.md (cbranchsi4): Remove mode from
+       comparison.
+
        * config/iq2000/iq2000.md (cbranchsi4): Remove mode from
        comparison and label.
        (branch_zero): Likewise.
index 805de2b..68169f5 100644 (file)
 
 (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 ""))