Commit 0e0a19c5 by Nathan Sidwell Committed by Nathan Sidwell

* dumpfile.h: Tabify.

From-SVN: r247832
parent 33e2d6f8
2017-05-10 Nathan Sidwell <nathan@acm.org>
* dumpfile.h: Tabify.
2017-05-10 Wilco Dijkstra <wdijkstr@arm.com> 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
PR target/80671 PR target/80671
......
...@@ -124,9 +124,10 @@ struct dump_file_info ...@@ -124,9 +124,10 @@ struct dump_file_info
bool owns_strings; /* fields "suffix", "swtch", "glob" can be bool owns_strings; /* fields "suffix", "swtch", "glob" can be
const strings, or can be dynamically const strings, or can be dynamically
allocated, needing free. */ allocated, needing free. */
bool graph_dump_initialized; /* When a given dump file is being initialized, bool graph_dump_initialized; /* When a given dump file is being
this flag is set to true if the corresponding initialized, this flag is set to
TDF_graph dump file has also been true if the corresponding TDF_graph
dump file has also been
initialized. */ initialized. */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment