analyzer.opt: rewrite description of -fdump-analyzer-callgraph [PR 93692]

gcc/analyzer/ChangeLog:
	PR analyzer/93692
	* analyzer.opt (fdump-analyzer-callgraph): Rewrite description.
This commit is contained in:
David Malcolm 2020-02-18 06:06:31 -05:00
parent 4f40164a93
commit 0b2b45a68f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2020-02-18 David Malcolm <dmalcolm@redhat.com>
PR analyzer/93692
* analyzer.opt (fdump-analyzer-callgraph): Rewrite description.
2020-02-18 David Malcolm <dmalcolm@redhat.com>
PR analyzer/93777

View file

@ -152,7 +152,7 @@ Dump various analyzer internals to stderr.
fdump-analyzer-callgraph
Common RejectNegative Var(flag_dump_analyzer_callgraph)
Dump the analyzer supergraph to a SRCFILE.callgraph.dot file.
Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file.
fdump-analyzer-exploded-graph
Common RejectNegative Var(flag_dump_analyzer_exploded_graph)