Kill wrong ev6 comment.
authorRichard Henderson <rth@gcc.gnu.org>
Sat, 13 Jun 1998 15:36:35 +0000 (08:36 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 13 Jun 1998 15:36:35 +0000 (08:36 -0700)
From-SVN: r20466

gcc/config/alpha/alpha.c

index e1217e596c3befe7e20933964beb5c76ca6ce238..0ee00293c4d3412b1f72bedb6c936c4493dd2123 100644 (file)
@@ -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);