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:
parent
8c57e5473e
commit
9ecd3a64a9
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue