Describe the -alias option for the -fdump-tree flag.
gcc/ChangeLog:
* doc/invoke.texi: Document -fdump-tree-<pass>-alias.
Signed-off-by: Filip Kastl <[email protected]>
---
gcc/doc/invoke.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a6d2b54cc7f..b20566fc6e3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -21641,6 +21641,10 @@ certain passes).
@item folding
Enable dumping information about match-and-simplify (match.pd) patterns,
when they are applied.
+@item alias
+Enable dumping dependence clique information (the base and clique numbers).
+Will only get dumped if it is available. Therefore this option may not do
+anything when dumping earlier passes.
@item all
Turn on all options, except @option{raw}, @option{slim}, @option{verbose}
and @option{lineno}.
--
2.51.0