alpha.c (alpha_cpu_name): New variable.
authorRichard Henderson <rth@cygnus.com>
Mon, 15 Dec 1997 18:33:21 +0000 (10:33 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 15 Dec 1997 18:33:21 +0000 (10:33 -0800)
commitbcbbac264c104c997e3361588fefb5480933d31e
treed6572355b00bf18e9cabf95ea5464ebffc8f1e60
parent1914f5da249e2785a8b18d96b026ea9d94a89fe3
alpha.c (alpha_cpu_name): New variable.

* alpha.c (alpha_cpu_name): New variable.
(alpha_mlat_string): Likewise.
(alpha_memory_latency): Likewise.
(override_options): Handle -mmemory-latency.
(alpha_adjust_cost): Adjust load cost for latency.
* alpha.h (TARGET_OPTIONS): Add meory-latency.
(REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
TARGET_CIX into account.
(MEMORY_MOVE_COST): Define in terms of memory_latency.
* invoke.texi (DEC Alpha Options): Document -mmemory-latency.
* alpha.h (ASM_COMMENT_START): New macro.

From-SVN: r17106
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md