diff options
author | Xinliang David Li <davidxl@google.com> | 2011-04-22 00:03:41 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@gcc.gnu.org> | 2011-04-22 00:03:41 +0000 |
commit | 903d1e67c4c6a102fb932a1c3dde084248a8dabf (patch) | |
tree | b1de1237c40a1783f8ec27a4d0b43d7764263cf2 /gcc/function.h | |
parent | 7378e95ff1863346c11ac486189dde1eaa56a794 (diff) | |
download | gcc-903d1e67c4c6a102fb932a1c3dde084248a8dabf.zip gcc-903d1e67c4c6a102fb932a1c3dde084248a8dabf.tar.gz gcc-903d1e67c4c6a102fb932a1c3dde084248a8dabf.tar.bz2 |
Remove cgraph pid
From-SVN: r172848
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 73af294..fa44958 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -755,6 +755,7 @@ extern bool reference_callee_copied (CUMULATIVE_ARGS *, enum machine_mode, extern void used_types_insert (tree); extern int get_next_funcdef_no (void); +extern int get_last_funcdef_no (void); /* In predict.c */ extern bool optimize_function_for_size_p (struct function *); |