alpha.c (alpha_sr_alias_set): New variable.
authorRichard Henderson <rth@cygnus.com>
Sun, 20 Sep 1998 19:11:13 +0000 (12:11 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 20 Sep 1998 19:11:13 +0000 (12:11 -0700)
commit3873d24b23e3cea6192882a9dec04302998c1a15
tree74fa371b606fe8fd703ad7ccf687e2ab602fdcde
parent2ba573431ea23d88372e6c40a7652046d8afbd54
alpha.c (alpha_sr_alias_set): New variable.

        * alpha.c (alpha_sr_alias_set): New variable.
        (override_options): Set it.
        (alpha_expand_prologue, alpha_expand_epilogue): Use it.
        (mode_mask_operand): Fix signed-unsigned comparision warning.
        (alpha_expand_block_move): Likewise.
        (print_operand): Likewise.
        (get_aligned_mem): Use change_address.
        (alpha_set_memflags, alpha_set_memflags_1): Set the alias set.
        (alphaev4_insn_pipe, alphaev4_next_group): New functions.
        (alphaev4_next_nop, alphaev5_next_nop): New functions.
        (alpha_align_insns): Remade from old alphaev5_align_insns
        to handle multiple processors.
        (alpha_reorg): Call alpha_align_insns for both ev4 and ev5.
        * output.h (label_to_alignment): Prototype.

From-SVN: r22505
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/output.h