Commit 4e3b4c3e by Nick Clifton Committed by Nick Clifton

mcore.md (cbranchsi4): Remove mode from comparison.

	* config/mcore/mcore.md (cbranchsi4): Remove mode from
	comparison.

From-SVN: r190477
parent 335db8e6
...@@ -61,6 +61,9 @@ ...@@ -61,6 +61,9 @@
2012-08-17 Nick Clifton <nickc@redhat.com> 2012-08-17 Nick Clifton <nickc@redhat.com>
* config/mcore/mcore.md (cbranchsi4): Remove mode from
comparison.
* config/iq2000/iq2000.md (cbranchsi4): Remove mode from * config/iq2000/iq2000.md (cbranchsi4): Remove mode from
comparison and label. comparison and label.
(branch_zero): Likewise. (branch_zero): Likewise.
......
...@@ -1502,7 +1502,7 @@ ...@@ -1502,7 +1502,7 @@
(define_expand "cbranchsi4" (define_expand "cbranchsi4"
[(set (pc) [(set (pc)
(if_then_else (match_operator:SI 0 "ordered_comparison_operator" (if_then_else (match_operator 0 "ordered_comparison_operator"
[(match_operand:SI 1 "mcore_compare_operand") [(match_operand:SI 1 "mcore_compare_operand")
(match_operand:SI 2 "nonmemory_operand")]) (match_operand:SI 2 "nonmemory_operand")])
(label_ref (match_operand 3 "")) (label_ref (match_operand 3 ""))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment