projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44542f8
)
Fix moxie comparisons
author
Anthony Green
<green@gcc.gnu.org>
Sun, 12 Jun 2011 10:23:57 +0000
(10:23 +0000)
committer
Anthony Green
<green@gcc.gnu.org>
Sun, 12 Jun 2011 10:23:57 +0000
(10:23 +0000)
From-SVN: r174966
gcc/config/moxie/moxie.md
patch
|
blob
|
history
diff --git
a/gcc/config/moxie/moxie.md
b/gcc/config/moxie/moxie.md
index 64f8395cb7ba3715b0e610668c70140098ae6cfa..5167223e255ac0a4561a555565ef1e8e9cafd39c 100644
(file)
--- 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)))]