summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-03 11:02:37 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-03 11:02:37 +0000
commitf2c6b33f08656ecf93afce51b49038e4a2050293 (patch)
treefd2c8e4d8d7c3285928ec7b185aa274fc22fa0be /gcc/cgraph.h
parent09ab63351cc3021827f9d1ac7b3f7da7715b6684 (diff)
downloadgcc-f2c6b33f08656ecf93afce51b49038e4a2050293.tar.gz
* cgraphunit.c (add_new_function): Fix logic when adding from
late IPA pass. (assemble_thunk): Rename to ... (expand_thunk); .. this one; export; get it working with general functions; make produced gimple valid. * cgraph.h (expand_thunk): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 4e4dddc0c3e..734f556cd9f 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -716,6 +716,7 @@ void fixup_same_cpp_alias_visibility (symtab_node, symtab_node target, tree);
IN_SSA is true if the gimple is in SSA. */
basic_block init_lowered_empty_function (tree, bool);
void cgraph_reset_node (struct cgraph_node *);
+void expand_thunk (struct cgraph_node *);
/* In cgraphclones.c */