diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1998-06-13 08:36:35 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-13 08:36:35 -0700 |
commit | 3bde0154efba3bfe4a7254792990c3a0b7b3e3aa (patch) | |
tree | 785c79845f783a974b152b71520582bbd425f5ec | |
parent | a08432bd45dd5f1349046c09591c592558ef6a4c (diff) | |
download | gcc-3bde0154efba3bfe4a7254792990c3a0b7b3e3aa.zip gcc-3bde0154efba3bfe4a7254792990c3a0b7b3e3aa.tar.gz gcc-3bde0154efba3bfe4a7254792990c3a0b7b3e3aa.tar.bz2 |
Kill wrong ev6 comment.
From-SVN: r20466
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index e1217e5..0ee0029 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -131,8 +131,6 @@ static void alpha_sa_mask PROTO((unsigned long *imaskP, void override_options () { - /* 971208 -- EV6 scheduling parameters are still secret, so don't even - pretend and just schedule for an EV5 for now. -- r~ */ alpha_cpu = TARGET_CPU_DEFAULT & MASK_CPU_EV6 ? PROCESSOR_EV6 : (TARGET_CPU_DEFAULT & MASK_CPU_EV5 ? PROCESSOR_EV5 : PROCESSOR_EV4); |