aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2011-04-22 00:03:41 +0000
committerXinliang David Li <davidxl@google.com>2011-04-22 00:03:41 +0000
commit7b487f089e9dbe601b7ad07474b1857f5de2f99e (patch)
treeb1de1237c40a1783f8ec27a4d0b43d7764263cf2 /gcc/function.h
parent0f9e7c7a2c9907214b50bba5a52aaa4fad326734 (diff)
Remove cgraph pid
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@172848 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 73af2948eb8..fa449585a42 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 *);