gcc/
* config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
`ltu' rather than `leu' operation in the RTL pattern
From-SVN: r242515
+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
(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)