aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>2011-06-12 10:23:57 +0000
committerAnthony Green <green@gcc.gnu.org>2011-06-12 10:23:57 +0000
commit0a7aa509afa59aa494c75f3ff7f285895800d538 (patch)
tree2ebdf788d43877b80190feac9cbb088e113f8d47
parent44542f8e0b9b9f34d90ee15c660f1e2034ace2cc (diff)
downloadgcc-0a7aa509afa59aa494c75f3ff7f285895800d538.zip
gcc-0a7aa509afa59aa494c75f3ff7f285895800d538.tar.gz
gcc-0a7aa509afa59aa494c75f3ff7f285895800d538.tar.bz2
Fix moxie comparisons
From-SVN: r174966
-rw-r--r--gcc/config/moxie/moxie.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md
index 64f8395..5167223 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)))]