2002-05-05 Jakub Jelinek <jakub@redhat.com>
commit15f8e49ba270545b48b2057b9ca5269992c27a70
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:08:28 +0000 (5 23:08 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:08:28 +0000 (5 23:08 +0000)
tree354b358185b9d8a0459bfaa3b16bb44866477be8
parent57de866281d89a8e45fa597d26e2c2af97358e70
2002-05-05  Jakub Jelinek  <jakub@redhat.com>

* config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
use add instead of shift.
(ashldi3_sp64): Likewise.
(ashlsi3_const1, ashldi3_const1): Remove.
* config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
* config/sparc/sparc.c (const1_operand): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53199 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/config/sparc/sparc.md