Commit 28c3349d authored by jsm28's avatar jsm28
Browse files

* config/sparc/sparc.c (sparc_option_override): Use

	PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170879 138bc75d-0d04-0410-961f-82ee72b054a4
parent f2e139bf
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