Commit 6a4e2bd5 by Joseph Myers Committed by Joseph Myers

sparc.c (sparc_option_override): Use PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".

	* config/sparc/sparc.c (sparc_option_override): Use
	PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".

From-SVN: r170879
parent e8d6ec55
2011-03-11 Joseph Myers <joseph@codesourcery.com>
* config/sparc/sparc.c (sparc_option_override): Use
PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
2011-03-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/48067
......
......@@ -776,7 +776,7 @@ sparc_option_override (void)
{ "niagara", PROCESSOR_NIAGARA, MASK_ISA,
MASK_V9|MASK_DEPRECATED_V8_INSNS},
/* UltraSPARC T2 */
{ "niagara2", PROCESSOR_NIAGARA, MASK_ISA, MASK_V9},
{ "niagara2", PROCESSOR_NIAGARA2, MASK_ISA, MASK_V9},
{ 0, (enum processor_type) 0, 0, 0 }
};
const struct cpu_table *cpu;
......
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