]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AVR: -mlra is not documeted in TEXI.
authorGeorg-Johann Lay <avr@gjlay.de>
Sun, 11 Aug 2024 13:36:07 +0000 (15:36 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Sun, 11 Aug 2024 13:38:31 +0000 (15:38 +0200)
gcc/
* config/avr/avr.opt (mlra): Set Undocumented flag.

gcc/config/avr/avr.opt

index 947489eddf0841da5553383094f3238b3cc9d772..444ed7edb26bc7d2a8d7027b8a23a978eca61ed9 100644 (file)
@@ -19,7 +19,7 @@
 ; <http://www.gnu.org/licenses/>.
 
 mlra
-Target Var(avr_lra_p) UInteger Init(0) Optimization
+Target Var(avr_lra_p) UInteger Init(0) Optimization Undocumented
 Usa LRA for reload instead of the old reload framework.  This option is experimental, and it may be removed in future versions of the compiler.
 
 mcall-prologues