From fecac4fe370fa3c66ce01b8d76189e75a031f91b Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sun, 17 Dec 2017 18:58:27 -0500 Subject: [PATCH] invoke.texi (ARC Options): Add missing -mlra entry. 2017-12-17 Sandra Loosemore gcc/ * doc/invoke.texi (ARC Options): Add missing -mlra entry. From-SVN: r255768 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 075ce5c717e..5b6b6772e46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-12-17 Sandra Loosemore + + * doc/invoke.texi (ARC Options): Add missing -mlra entry. + 2017-12-17 John David Anglin * config/pa/pa.c (pa_som_asm_init_sections): Fix comment. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 032d241a5d3..13003e2cd73 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15335,6 +15335,7 @@ Enable the use of indexed loads. This can be problematic because some optimizers then assume that indexed stores exist, which is not the case. +@item -mlra @opindex mlra Enable Local Register Allocation. This is still experimental for ARC, so by default the compiler uses standard reload -- 2.30.2