Fix moxie comparisons
authorAnthony Green <green@gcc.gnu.org>
Sun, 12 Jun 2011 10:23:57 +0000 (10:23 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 12 Jun 2011 10:23:57 +0000 (10:23 +0000)
From-SVN: r174966

gcc/config/moxie/moxie.md

index 64f8395cb7ba3715b0e610668c70140098ae6cfa..5167223e255ac0a4561a555565ef1e8e9cafd39c 100644 (file)
          (match_operand:SI 1 "general_operand" "")
          (match_operand:SI 2 "general_operand" "")))
    (set (pc)
-        (if_then_else (match_operator:CC 0 "comparison_operator"
+        (if_then_else (match_operator 0 "comparison_operator"
                        [(reg:CC CC_REG) (const_int 0)])
                       (label_ref (match_operand 3 "" ""))
                       (pc)))]