Commit e7af1c22 by Kyrylo Tkachov Committed by Kyrylo Tkachov

aarch64.c (aarch64_override_options): Fix typo from coretex to cortex.


	* config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
	coretex to cortex.

From-SVN: r207654
parent 79c7de84
2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
coretex to cortex.
2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
* ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
......
......@@ -5244,7 +5244,7 @@ aarch64_override_options (void)
/* If the user did not specify a processor, choose the default
one for them. This will be the CPU set during configuration using
--with-cpu, otherwise it is "coretex-a53". */
--with-cpu, otherwise it is "cortex-a53". */
if (!selected_cpu)
{
selected_cpu = &all_cores[TARGET_CPU_DEFAULT & 0x3f];
......
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