aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-05-18 10:19:22 +0000
committerRichard Guenther <rguenther@suse.de>2012-05-18 10:19:22 +0000
commitd5b88d750e726c2d4e5e63f1c1e8e3c0db3c081b (patch)
treeebb7c822a0d81dbb1f9bbea1a4a7f8724e1cab42 /gcc/tree-flow.h
parent107a39adbf3ecdbdff28431ed375648c6c82c363 (diff)
2012-05-18 Richard Guenther <rguenther@suse.de>
* tree-flow.h (mark_symbols_for_renaming): Remove. * tree-dfa.c (mark_symbols_for_renaming): Likewise. * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming. (copy_debug_stmt): Likewise. (expand_call_inline): Likewise. (declare_return_variable): Mark the return variable for renaming if necessary. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@187650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 09bc1d0d88f..faa06ae130d 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -493,7 +493,6 @@ extern void dump_variable (FILE *, tree);
extern void debug_variable (tree);
extern bool add_referenced_var (tree);
extern void remove_referenced_var (tree);
-extern void mark_symbols_for_renaming (gimple);
extern tree make_rename_temp (tree, const char *);
extern void set_default_def (tree, tree);
extern tree gimple_default_def (struct function *, tree);