summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-20 23:55:13 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-20 23:55:13 +0000
commitef99c8e680a15578956acc36ef2faf8c1e4b8748 (patch)
tree181269f1de5f04e2759680dae7bedd6853e7a7e0 /gcc/function.h
parente4e9e6668e3ae7c98b7191104da2fe0f19c63095 (diff)
downloadgcc-ef99c8e680a15578956acc36ef2faf8c1e4b8748.tar.gz
* flow.c (allocate_for_life_analysis, init_regset_vector):
Remove declaration. * function.h (get_first_block_beg): New declaration. * gbl-ctors.h (__do_global_dtors): Add prototype. * gcov-io.h (__fetch_long): New declaration. (__store_long): Likewise. (__read_long): Likewise. (__write_long): Likewise. * gcov.c (print_usage): New declaration. * Makefile.in (c-iterate.o): Depend on insn-codes.h too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index e06366c9478..f9b9a9a924b 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -259,6 +259,8 @@ extern void restore_emit_status PROTO((struct function *));
extern void save_storage_status PROTO((struct function *));
extern void restore_storage_status PROTO((struct function *));
+extern rtx get_first_block_beg PROTO((void));
+
#ifdef rtx
#undef rtx
#endif