summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-05-22 12:25:06 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-05-22 12:25:06 +0000
commit58aca9d95cbd0535a99a9642e2e997ea0fd30788 (patch)
treead8286ae024d6c89243ce9157d5befffd07d61d4 /gcc/dumpfile.h
parent6aea3c3720b89f43b3fd6553a8a70fa5fc26dd4b (diff)
invoke.texi (fdump-translation-unit): Delete documentation.
gcc/ * doc/invoke.texi (fdump-translation-unit): Delete documentation. (fdump-lang): Document 'raw' option. * dumpfile.h (TDI_tu): Delete. * dumpfile.c (dump_files): Remove translation-unit. (FIRST_AUTO_NUMBERED_DUMP): Decrement. gcc/cp/ * cp-objcp-common.c (cp_register_dumps): Register raw dumper. * cp-tree.h (raw_dump_id): Declare. * decl2.c (raw_dump_id): Define. (dump_tu): Use raw_dump_id. gcc/c/ * c-decl.c (c_parse_final_cleanups): Drop TDI_tu handling. From-SVN: r248333
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r--gcc/dumpfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index 1f7c8de682b..a1e4720156d 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -30,7 +30,6 @@ enum tree_dump_index
TDI_cgraph, /* dump function call graph. */
TDI_inheritance, /* dump type inheritance graph. */
TDI_clones, /* dump IPA cloning decisions. */
- TDI_tu, /* dump the whole translation unit. */
TDI_original, /* dump each function before optimizing it */
TDI_generic, /* dump each function after genericizing it */
TDI_nested, /* dump each function after unnesting it */