summaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-10-07 16:07:46 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-10-07 16:07:46 +0000
commitc0c62896a222e1f47e22d7c62a23962f1cd7094b (patch)
treee30c19c44f062c07301eba9ac9c698c1be9f4c0c /gcc/profile.c
parent3271658e21aab0bf269c798538e69765e7376ee4 (diff)
downloadgcc-c0c62896a222e1f47e22d7c62a23962f1cd7094b.tar.gz
Declare get_file_function_name
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 0f25ed93185..13786cfa312 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -1,5 +1,5 @@
/* Calculate branch probabilities, and basic block execution counts.
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1990, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc.
Contributed by James E. Wilson, UC Berkeley/Cygnus Support;
based on some ideas from Dain Samples of UC Berkeley.
Further mangling by Bob Manson, Cygnus Support.
@@ -53,7 +53,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern char * xmalloc ();
extern void free ();
-extern tree get_file_function_name ();
/* One of these is dynamically created whenever we identify an arc in the
function. */