From: Jakub Jelinek Date: Wed, 7 Jul 2004 19:35:13 +0000 (+0200) Subject: i386.c (override_options): Don't set x86_prefetch_sse from -mtune= option. X-Git-Tag: releases/gcc-4.0.0~6975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4918da7335aa1a76ad468594762cffbef822a7;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8fef3f22c71a..63de4dcad6af 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 821bf960d2dd..bf836c2af8ea 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);