aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-09-06 02:10:03 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-09-06 02:10:03 +0000
commit565e3f3ec215eb47c30758a8944a6efce5d1fbb1 (patch)
tree35321e13d117e53c293b79518646d2f25d786c3d /gcc/profile.c
parent7a3842b33ec211f73d3a354c06da94d4622406da (diff)
downloadgcc-565e3f3ec215eb47c30758a8944a6efce5d1fbb1.zip
gcc-565e3f3ec215eb47c30758a8944a6efce5d1fbb1.tar.gz
gcc-565e3f3ec215eb47c30758a8944a6efce5d1fbb1.tar.bz2
Makefile.in (ggc-simple.o): Depend on hash.h.
* Makefile.in (ggc-simple.o): Depend on hash.h. * ggc.h (ggc_add_tree_hash_table_root): Declare. (ggc_mark_tree_varray): Likewise. (ggc_mark_tree_hash_table): Likewise. * ggc-simple.c: Include hash.h. (ggc_mark_tree_hash_table_ptr): New function. (ggc_mark_tree_hash_table_entry): Likewise. (ggc_mark_tree_hash_table): Likewise. (ggc_add_tree_hash_table_root): Likewise. * varray.h (const_equiv_data): Use struct rtx_def *, rather than * profile.c (output_func_start_profiler): Remove apparently nonsensical call to start_sequence. From-SVN: r29134
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 98be128..38ed7a7 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -1651,7 +1651,6 @@ output_func_start_profiler ()
/* Synthesize a constructor function to invoke __bb_init_func with a
pointer to this object file's profile block. */
- start_sequence ();
/* Try and make a unique name given the "file function name".