]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR middle-end/113525] Drop obsolete options from documentation
authorJeff Law <jlaw@ventanamicro.com>
Wed, 19 Feb 2025 02:45:29 +0000 (19:45 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 19 Feb 2025 02:47:15 +0000 (19:47 -0700)
The sibling and unshare passes were dropped as distinct passes 10+ years ago.
Docs weren't ever updated.  This just removes them; given their age I don't
think we need to keep them around any longer.

PR middle-end/113525

gcc/
* doc/invoke.texi (dump-rtl-sibling): Drop documentation for pass
removed long ago.
(dump-rtl-unshare): Likewise.

gcc/doc/invoke.texi

index d0e0ca80b0c2f5e6f4024fa1f6d5571a6da7b311..0c7adc039b5de6ef5d496b55178f02994c870ab3 100644 (file)
@@ -20383,10 +20383,6 @@ Dump after common sequence discovery.
 @item -fdump-rtl-shorten
 Dump after shortening branches.
 
-@opindex fdump-rtl-sibling
-@item -fdump-rtl-sibling
-Dump after sibling call optimizations.
-
 @opindex fdump-rtl-split1
 @opindex fdump-rtl-split2
 @opindex fdump-rtl-split3
@@ -20417,10 +20413,6 @@ x87's stack-like registers.  This pass is only run on x86 variants.
 @option{-fdump-rtl-subreg1} and @option{-fdump-rtl-subreg2} enable dumping after
 the two subreg expansion passes.
 
-@opindex fdump-rtl-unshare
-@item -fdump-rtl-unshare
-Dump after all rtl has been unshared.
-
 @opindex fdump-rtl-vartrack
 @item -fdump-rtl-vartrack
 Dump after variable tracking.