summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-10 10:21:50 +0000
committerrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-10 10:21:50 +0000
commita3adcd4a57866aa3e638172f1f8a4e9bc272bc9f (patch)
tree033712e9795d7747396d5e1f15d66beefe6a1139 /gcc/function.h
parent35b8d56bebe0b30500d07e5df98bc5b6e2fa7e81 (diff)
downloadgcc-a3adcd4a57866aa3e638172f1f8a4e9bc272bc9f.tar.gz
2007-01-10 Razya Ladelsky <razya@il.ibm.com>
* function.c (get_last_funcdef_no): New function. * function.h (get_last_funcdef_no): Declare. * tree-inline.c (initialize_cfun): Add initialization. (tree_function_versioning): Cleanup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index e8039a711a1..e02077f6c63 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -599,4 +599,5 @@ extern bool reference_callee_copied (CUMULATIVE_ARGS *, enum machine_mode,
extern void used_types_insert (tree);
+extern int get_next_funcdef_no (void);
#endif /* GCC_FUNCTION_H */