From: Anthony Green Date: Sun, 12 Jun 2011 10:23:57 +0000 (+0000) Subject: Fix moxie comparisons X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a7aa509afa59aa494c75f3ff7f285895800d538;p=gcc.git Fix moxie comparisons From-SVN: r174966 --- diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md index 64f8395cb7b..5167223e255 100644 --- a/gcc/config/moxie/moxie.md +++ b/gcc/config/moxie/moxie.md @@ -308,7 +308,7 @@ (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)))]