Pushed to origin/master as 5b6681201ae54a3272d49e390f96a1a45a6eb435

gcc/ChangeLog:
        * doc/analyzer.texi (Overview): Add note about
        -fdump-ipa-analyzer.
---
 gcc/doc/analyzer.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi
index 67efa52953b..b4e9b01da2e 100644
--- a/gcc/doc/analyzer.texi
+++ b/gcc/doc/analyzer.texi
@@ -28,6 +28,8 @@ do whole-program analysis).
 The implementation is read-only: it doesn't attempt to change anything,
 just emit warnings.
 
+The gimple representation can be seen using @option{-fdump-ipa-analyzer}.
+
 First, we build a @code{supergraph} which combines the callgraph and all
 of the CFGs into a single directed graph, with both interprocedural and
 intraprocedural edges.  The nodes and edges in the supergraph are called
-- 
2.21.0

Reply via email to