aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorSharad Singhai <singhai@google.com>2012-10-24 17:58:14 +0000
committerSharad Singhai <singhai@google.com>2012-10-24 17:58:14 +0000
commit7e390f89331cc926975f893231179fa19cd5dd22 (patch)
tree02a5de43f1e1e7c9de68e336f7b7bb4d2593dbf3 /gcc/toplev.c
parent42d9ee47a2f60746c4e286f26240fa833d40c5ed (diff)
2012-10-24 Sharad Singhai <singhai@google.com>
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfile.h. (dump_kind_p): Deleted. Functionality replaced by dump_enabled_p. Make alt_dump_file extern. * dumpfile.h (dump_enabled_p): Move inline definition here. (dump_kind_p): Delete declaration. Add extern declaration of alt_dump_file. * toplev.c: Move dump_file and dump_file_name to dumpfile.c. * tree-vect-loop-manip.c: Replace all uses of dump_kind_p with dump_enabled_p. * tree-vectorizer.c: Likewise. * tree-vect-loop.c: Likewise. * tree-vect-data-refs.c: Likewise. * tree-vect-patterns.c: Likewise. * tree-vect-stmts.c: Likewise. * tree-vect-slp.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192773 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 2c9329f76bf..5cbb36411de 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -169,8 +169,6 @@ const char *user_label_prefix;
FILE *asm_out_file;
FILE *aux_info_file;
FILE *stack_usage_file = NULL;
-FILE *dump_file = NULL;
-const char *dump_file_name;
/* The current working directory of a translation. It's generally the
directory from which compilation was initiated, but a preprocessed