aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-12-12 13:17:27 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-12-12 13:17:27 +0000
commitaf9acf911f1f6e0511414fa4d148a5e13edde08a (patch)
tree980e3538eeff25f52a0d48f0a327f16560842cf7 /gcc/dumpfile.c
parentd06a01bf68804185394809bfc9754dfe9c522639 (diff)
downloadgcc-af9acf911f1f6e0511414fa4d148a5e13edde08a.zip
gcc-af9acf911f1f6e0511414fa4d148a5e13edde08a.tar.gz
gcc-af9acf911f1f6e0511414fa4d148a5e13edde08a.tar.bz2
dumpfile.h (enum tree_dump_index): Remove TDI_vcg.
* dumpfile.h (enum tree_dump_index): Remove TDI_vcg. * dumpfile.c (dump_files[]): Remove entry for TDI_vcg. * tree-cfg.c (gimple_cfg2vcg): Remove. (build_gimple_cfg): Don't call it. * doc/invoke.texi (-fdump-tree-vcg): Remove documentation. Correct GraphViz documentation, it does handle multiple functions in a single dump. From-SVN: r194445
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r--gcc/dumpfile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c
index 55543cc..2887a57 100644
--- a/gcc/dumpfile.c
+++ b/gcc/dumpfile.c
@@ -62,9 +62,7 @@ static struct dump_file_info dump_files[TDI_end] =
0, 0, 0, 0, 4},
{".nested", "tree-nested", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
0, 0, 0, 0, 5},
- {".vcg", "tree-vcg", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
- 0, 0, 0, 0, 6},
-#define FIRST_AUTO_NUMBERED_DUMP 7
+#define FIRST_AUTO_NUMBERED_DUMP 6
{NULL, "tree-all", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
0, 0, 0, 0, 0},