Commit 6c4918da by Jakub Jelinek Committed by Jakub Jelinek

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
parent 70128ad9
2004-07-07 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (override_options): Don't set x86_prefetch_sse
from -mtune= option.
2004-07-07 Alexandre Oliva <aoliva@redhat.com>
* builtins.c: Rename movstr*, except for movstrict*, to
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment