aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2009-10-08 20:52:57 +0200
committerMichael Meissner <meissner@gcc.gnu.org>2009-10-08 18:52:57 +0000
commit625f802cafd00f2a6933d7f85ff6f284237096e9 (patch)
tree36dfcd47579c82b5abe65af64b2523a5a00a1900 /gcc/cgraph.h
parent007a178cff07dc03e9df0cc0798d5077dbd9a944 (diff)
downloadgcc-625f802cafd00f2a6933d7f85ff6f284237096e9.zip
gcc-625f802cafd00f2a6933d7f85ff6f284237096e9.tar.gz
gcc-625f802cafd00f2a6933d7f85ff6f284237096e9.tar.bz2
Fix 41626 from Jan Hubicka
From-SVN: r152569
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 438cd1e..016ce9d 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -459,7 +459,7 @@ struct cgraph_node *cgraph_function_versioning (struct cgraph_node *,
bitmap);
void tree_function_versioning (tree, tree, VEC (ipa_replace_map_p,gc)*, bool, bitmap);
struct cgraph_node *save_inline_function_body (struct cgraph_node *);
-void record_references_in_initializer (tree);
+void record_references_in_initializer (tree, bool);
bool cgraph_process_new_functions (void);
bool cgraph_decide_is_function_needed (struct cgraph_node *, tree);