diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 05:09:13 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 05:09:13 +0000 |
commit | a0ed384df74326c3c6743e523ae3de8eddfd1547 (patch) | |
tree | 3ac84d4d6d7d574640884b9a11bfc31afe3d68ab /gcc/rtl.h | |
parent | ce061b83bd36ea50daea9335196cd969f1858170 (diff) | |
download | gcc-a0ed384df74326c3c6743e523ae3de8eddfd1547.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 7406f3b37f1..6687aed044b 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)); |