Here's another trivial cleanup for an error in the manual I spotted while looking for something else: in the ARC Options section, there was an @opindex and description for -mlra, but no @item table entry. Looks like this was probably a cut-and-paste error.

Patch committed as obvious.

-Sandra
2017-12-17  Sandra Loosemore  <san...@codesourcery.com>

	gcc/
	* doc/invoke.texi (ARC Options): Add missing -mlra entry.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 255766)
+++ gcc/doc/invoke.texi	(working copy)
@@ -15335,6 +15335,7 @@ Enable the use of indexed loads.  This c
 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

Reply via email to