summaryrefslogtreecommitdiff
path: root/gcc/config/moxie
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-12 10:23:57 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-12 10:23:57 +0000
commitf94fe54ef816cd619607e902fa4926bdfc6566c4 (patch)
tree2ebdf788d43877b80190feac9cbb088e113f8d47 /gcc/config/moxie
parent593fa4d1e488e3cf8687d6e06296fe45807be7cc (diff)
downloadgcc-f94fe54ef816cd619607e902fa4926bdfc6566c4.tar.gz
Fix moxie comparisons
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/moxie')
-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 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)))]