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 Biener <rguenth@gcc.gnu.org>2012-05-18 10:19:22 +0000
commitf9a21e134266e384f0bb40378621b64994b27daa (patch)
treeebb7c822a0d81dbb1f9bbea1a4a7f8724e1cab42 /gcc/tree-flow.h
parent99aea9436dc454f679fb8766539c90ea4558454a (diff)
downloadgcc-f9a21e134266e384f0bb40378621b64994b27daa.zip
gcc-f9a21e134266e384f0bb40378621b64994b27daa.tar.gz
gcc-f9a21e134266e384f0bb40378621b64994b27daa.tar.bz2
tree-flow.h (mark_symbols_for_renaming): Remove.
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. From-SVN: r187650
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 09bc1d0..faa06ae 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);