OSDN Git Service

Fix moxie comparisons
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jun 2011 10:23:57 +0000 (10:23 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jun 2011 10:23:57 +0000 (10:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174966 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/moxie/moxie.md

index 64f8395..5167223 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)))]