+2014-03-13 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/60486
+ * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
+ calls of avr_out_plus_1.
+
2014-03-13 Bin Cheng <bin.cheng@arm.com>
* tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
/* Work out the shortest sequence. */
- avr_out_plus_1 (op, &len_minus, MINUS, &cc_plus, code_sat, sign, out_label);
- avr_out_plus_1 (op, &len_plus, PLUS, &cc_minus, code_sat, sign, out_label);
+ avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label);
+ avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label);
if (plen)
{