From 0a7aa509afa59aa494c75f3ff7f285895800d538 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 12 Jun 2011 10:23:57 +0000 Subject: [PATCH] Fix moxie comparisons From-SVN: r174966 --- gcc/config/moxie/moxie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))] -- 2.30.2