aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-06-01 23:31:42 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2002-06-01 21:31:42 +0000
commit5c856b23687ca60610fb67b80f1e1e663c2db691 (patch)
treee841b1f75587810fd318b1bbb37216cd8835c623 /gcc/rtl.h
parente2405951a6550c5f6901988d8afc641baa971325 (diff)
downloadgcc-5c856b23687ca60610fb67b80f1e1e663c2db691.zip
gcc-5c856b23687ca60610fb67b80f1e1e663c2db691.tar.gz
gcc-5c856b23687ca60610fb67b80f1e1e663c2db691.tar.bz2
Makefile.in (tracer.o): New.
* Makefile.in (tracer.o): New. * params.def (TRACER_*): New options. * rtl.h (tracer): Declare. * timevar.def (TV_TRACER): New. * toplev.c (dump_file_index): Add DFI_tracer. (dump_file_info): Add tracer. (flag_tracer): New. (lang_indepdenent_options): Add tracer. (rest_of_compilation): Call tracer. * tracer.c: New file. * invoke.texi (-ftracer): Document. (--param tracer-*): Document. From-SVN: r54154
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f4adc1da..81388eb 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2281,4 +2281,6 @@ extern void if_convert PARAMS ((int));
/* In predict.c */
extern void invert_br_probabilities PARAMS ((rtx));
extern bool expensive_function_p PARAMS ((int));
+/* In tracer.c */
+extern void tracer PARAMS ((void));
#endif /* ! GCC_RTL_H */