diff options
author | Razya Ladelsky <razya@il.ibm.com> | 2007-01-10 10:21:50 +0000 |
---|---|---|
committer | Razya Ladelsky <razya@gcc.gnu.org> | 2007-01-10 10:21:50 +0000 |
commit | 3e87758a6b02a16a11d670c4c00dce09661dd084 (patch) | |
tree | 033712e9795d7747396d5e1f15d66beefe6a1139 /gcc/function.h | |
parent | 9b718f81fd2014633e4e21eb30e9aca9370a7bdf (diff) | |
download | gcc-3e87758a6b02a16a11d670c4c00dce09661dd084.zip gcc-3e87758a6b02a16a11d670c4c00dce09661dd084.tar.gz gcc-3e87758a6b02a16a11d670c4c00dce09661dd084.tar.bz2 |
function.c (get_last_funcdef_no): New function.
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.
From-SVN: r120638
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index e8039a7..e02077f 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 */ |