aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-17 07:09:13 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-17 07:09:13 +0200
commit5b0e2409f70da6532af18625a8b5afc17b31bf63 (patch)
tree3ac84d4d6d7d574640884b9a11bfc31afe3d68ab /gcc/rtl.h
parent4c168c6e9d7878c112593f0bba828e6b7cd68272 (diff)
downloadgcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.zip
gcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.tar.gz
gcc-5b0e2409f70da6532af18625a8b5afc17b31bf63.tar.bz2
rtl.h: Remove declarations from coverage.h.
* rtl.h: Remove declarations from coverage.h. * toplev.c: Include coverage.h. * Makefile.in (toplev.o): Depend on coverage.h. * toplev.h: Remove extra declaration of print_time. * gengtype.c (close_output_files): Remove duplicated declaration. From-SVN: r68066
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 7406f3b..6687aed 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2226,11 +2226,6 @@ extern void dump_local_alloc PARAMS ((FILE *));
extern int local_alloc PARAMS ((void));
extern int function_invariant_p PARAMS ((rtx));
-/* In coverage.c */
-extern void coverage_init (const char *);
-extern void coverage_finish (void);
-extern void coverage_end_function (void);
-
/* In profile.c */
extern void init_branch_prob PARAMS ((void));
extern void branch_prob PARAMS ((void));