mips.c (block_move_loop): Test Pmode == DImode instead of TARGET_MIPS64.
authorJeffrey A Law <law@cygnus.com>
Tue, 21 Apr 1998 11:07:59 +0000 (11:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Apr 1998 11:07:59 +0000 (05:07 -0600)
commit1eeed24eb2000486a3abab4395c735c385925813
treef6cd8cb0127d4deca8fa8e60f125d8bc9b11b38e
parentd2f5ef7012f3bb5a0b403a1530d389c3355fb004
mips.c (block_move_loop): Test Pmode == DImode instead of TARGET_MIPS64.

        * mips.c (block_move_loop): Test Pmode == DImode instead of
        TARGET_MIPS64.
        (expand_block_move, save_restore_insns): Likewise.
        (function_prologue, mips_expand_prologue): Likewise.
        (mips_expand_epilogue): Likewise.
        * mips.h (POINTER_SIZE): Allow specific targets to override.
        (Pmode): Allow specific targets to override.
        (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
        (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
        (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
        (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
        (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
        (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
        * mips.md (indirect, tablejump & casesi support): Test for
        Pmode == DImode instead of TARGET_MIPS64.
        (call patterns): Likewise.

From-SVN: r19354
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md