Commit 9ecd3a64 by Georg-Johann Lay Committed by Georg-Johann Lay

avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".

	* config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".

From-SVN: r182795
parent 8c57e547
2012-01-02 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
2012-01-02 Georg-Johann Lay <avr@gjlay.de>
Implement light-weight DImode support.
* config/avr/avr-dimode.md: New file.
* config/avr/avr.md: Include it.
......@@ -5222,7 +5222,7 @@ avr_out_ashrpsi3 (rtx insn, rtx *op, int *plen)
/* fall through */
case 31:
case 23:
return avr_asm_len ("lsl %C0" CR_TAB
"sbc %A0,%A0" CR_TAB
"mov %B0,%A0" CR_TAB
......
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