From 5c856b23687ca60610fb67b80f1e1e663c2db691 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 1 Jun 2002 23:31:42 +0200 Subject: 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 --- gcc/rtl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/rtl.h') 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 */ -- cgit v1.1