* config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
commit7eb0c9475b0d4c3917a2552c315e414901363b7d
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 21:54:39 +0000 (5 21:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 21:54:39 +0000 (5 21:54 +0000)
treec0d43b42da108207e8bf264d34b14e328d6008bb
parentbab5a775cb66601947d9f961c01c0e79f8e82904
    * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
        memory latency adjustments.
        (alpha_variable_issue): Remove.
        (alpha_use_dfa_pipeline_interface): New.
        (alpha_multipass_dfa_lookahead): New.
        * config/alpha/alpha.md: Remove define_function_unit scheduling;
        include new dfa scheduling.
        (attr type): Add none.
        (blockage): Use it.
        * config/alpha/ev4.md: New.
        * config/alpha/ev5.md: New.
        * config/alpha/ev6.md: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53196 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/config/alpha/ev4.md [new file with mode: 0644]
gcc/config/alpha/ev5.md [new file with mode: 0644]
gcc/config/alpha/ev6.md [new file with mode: 0644]