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
This commit is contained in:
Georg-Johann Lay 2012-01-02 12:33:44 +00:00 committed by Georg-Johann Lay
parent 8c57e5473e
commit 9ecd3a64a9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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