vax.c (split_quadword_operands): Use MEM_P() instead of GET_CODE() == MEM and REG_P...
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Wed, 15 Mar 2006 16:49:20 +0000 (16:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 15 Mar 2006 16:49:20 +0000 (16:49 +0000)
commitff9d45906de3eee23784071f8e82a9d566d6d074
tree15c8f31c998bb8f32511a4ef7af1bed8b31671c4
parentdb490c3983f6ad40724aa1a22e3e8b74dc092b6d
vax.c (split_quadword_operands): Use MEM_P() instead of GET_CODE() == MEM and REG_P() instead of GET_CODE() == REG.

* config/vax/vax.c (split_quadword_operands): Use MEM_P()
instead of GET_CODE() == MEM and REG_P() instead of
GET_CODE() == REG.
(print_operand_address): Likewise.
(vax_address_cost): Likewise.
(vax_rtx_costs): Likewise.
(vax_notice_update_cc): Likewise.
(vax_output_int_add): Likewise.
(INDEX_REGISTER_P): Likewise.
(BASE_REGISTER_P): Likewise.
(nonindexed_address_p): Likewise.
(vax_mode_dependent_address_p): Likewise.
* config/vax/vax.h (EXTRA_CONSTRAINT): Likewise.
(PRINT_OPERAND): Likewise.
* config/vax/vax.md (ashlsi3): Likewise.
(ashlsi3): Likewise.
(some more unnamed insns): Likewise.

From-SVN: r112090
gcc/ChangeLog
gcc/config/vax/vax.c
gcc/config/vax/vax.h
gcc/config/vax/vax.md