This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch, doc] fix paste-o (?)
- From: Sandra Loosemore <sandra at codesourcery dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 17 Dec 2017 17:02:39 -0700
- Subject: [patch, doc] fix paste-o (?)
- Authentication-results: sourceware.org; auth=none
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 <sandra@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