From 6c4918da7335aa1a76ad468594762cffbef822a7 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 7 Jul 2004 21:35:13 +0200 Subject: [PATCH] i386.c (override_options): Don't set x86_prefetch_sse from -mtune= option. * config/i386/i386.c (override_options): Don't set x86_prefetch_sse from -mtune= option. From-SVN: r84223 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8fef3f22c71..63de4dcad6a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-07 Jakub Jelinek + + * config/i386/i386.c (override_options): Don't set x86_prefetch_sse + from -mtune= option. + 2004-07-07 Alexandre Oliva * builtins.c: Rename movstr*, except for movstrict*, to diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 821bf960d2d..bf836c2af8e 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1308,8 +1308,6 @@ override_options (void) error ("CPU you selected does not support x86-64 instruction set"); break; } - if (processor_alias_table[i].flags & PTA_PREFETCH_SSE) - x86_prefetch_sse = true; if (i == pta_size) error ("bad value (%s) for -mtune= switch", ix86_tune_string); -- 2.30.2