pa.c (reg_or_0_operand): Use CONST0_RTX instead of const0_rtx.
authorJeff Law <law@gcc.gnu.org>
Sat, 30 Jan 1993 21:09:51 +0000 (14:09 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 30 Jan 1993 21:09:51 +0000 (14:09 -0700)
commitf048ca473feeb440805900e7317caf1d0bb70254
tree7b76c6fb681ed8c4a0a6d6062215450002f76ce6
parent7c57c7983db905332775ea62c5f6047cbb3d2b64
pa.c (reg_or_0_operand): Use CONST0_RTX instead of const0_rtx.

* pa.c (reg_or_0_operand): Use CONST0_RTX instead of
const0_rtx.
(reg_or_0_or_nonsymb_mem_operand): New function.
(emit_move_sequence): Copying CONST0_RTX into any
register can be done directly.  Use CONST0_RTX instead
of const0_rtx.
(output_fp_move_double): Handle copying a CONST0_RTX
into FP or integer registers.
(print_operand): Handle "%r0" for DFmode and SFmode
values too.

From-SVN: r3391
gcc/config/pa/pa.c