]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mcore.md (cbranchsi4): Remove mode from comparison.
authorNick Clifton <nickc@redhat.com>
Fri, 17 Aug 2012 09:58:53 +0000 (09:58 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 17 Aug 2012 09:58:53 +0000 (09:58 +0000)
* config/mcore/mcore.md (cbranchsi4): Remove mode from
comparison.

From-SVN: r190477

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

index eea212fb8048de8035ae51f8186927d7517a7d8b..6c177795898ce0084a4c0ee38ad9da2fb86e9a19 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 805de2b232652de441c72b93dd3037d5abcb2b66..68169f5a32f176e0910cb8b578d25cfd2a5e9d60 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 ""))