analyzer: add note about -fdump-ipa-analyzer to internal docs
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 15 Jan 2020 21:04:04 +0000 (16:04 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 15 Jan 2020 23:47:22 +0000 (18:47 -0500)
gcc/ChangeLog:
* doc/analyzer.texi (Overview): Add note about
-fdump-ipa-analyzer.

gcc/ChangeLog
gcc/doc/analyzer.texi

index 76ef4d2..4a1c1ee 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-15  David Malcolm  <dmalcolm@redhat.com>
+
+       * doc/analyzer.texi (Overview): Add note about
+       -fdump-ipa-analyzer.
+
 2020-01-15  Wilco Dijkstra  <wdijkstr@arm.com>
 
        PR tree-optimization/93231
index 67efa52..b4e9b01 100644 (file)
@@ -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