diff options
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r-- | gcc/dumpfile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index c168cbf460b..3f08b162458 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -120,6 +120,10 @@ struct dump_file_info bool owns_strings; /* fields "suffix", "swtch", "glob" can be const strings, or can be dynamically allocated, needing free. */ + bool graph_dump_initialized; /* When a given dump file is being initialized, + this flag is set to true if the corresponding + TDF_graph dump file has also been + initialized. */ }; /* In dumpfile.c */ |