Commit 9d2082e7 by Maciej W. Rozycki Committed by Maciej W. Rozycki

MIPS16/GCC: Correct `casesi_internal_mips16_<mode>'s RTL pattern

	gcc/
	* config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
	`ltu' rather than `leu' operation in the RTL pattern

From-SVN: r242515
parent d08c0ea3
2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
* config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
`ltu' rather than `leu' operation in the RTL pattern
2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
* config/mips/mips.md (casesi_internal_mips16_<mode>): Add
missing <d> instruction prefixes throughout. Correct
formatting.
......@@ -6401,7 +6401,7 @@
(define_insn "casesi_internal_mips16_<mode>"
[(set (pc)
(if_then_else
(leu (match_operand:SI 0 "register_operand" "d")
(ltu (match_operand:SI 0 "register_operand" "d")
(match_operand:SI 1 "arith_operand" "dI"))
(unspec:P
[(match_dup 0)
......
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