OSDN Git Service

* rtl.h (CONST_INT_P): Define.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Mar 2006 01:12:33 +0000 (01:12 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Mar 2006 01:12:33 +0000 (01:12 +0000)
commit975908085093deab8ddd468744884c6c6856711c
tree8948f37657bd8d3adc66d47bb80ef60b3cd32110
parentd08d29c0a2f001af35b7c79b5b2e8623add3e83e
* rtl.h (CONST_INT_P): Define.
* config/vax/vax.c (print_operand_address): Use CONST_INT_P()
instead of GET_CODE(x) == CONST_INT.
(vax_rtx_costs): Likewise.
(vax_output_int_move): Likewise.
(vax_output_int_add): Likewise.
(legitimate_constant_address_p): Likewise.
(index_term_p): Likewise.
* config/vax/vax.h (PRINT_OPERAND): Likewise.
* config/vax/vax.md (and<mode>3): Likewise.
(ashrsi3): Likewise.
(extv): Likewise.
(movstricthi): Likewise.
(movstrictqi): Likewise.
(rotrsi3): Likewise.
(five unnamed insns): Likewise.

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