aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2013-04-09 08:26:45 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2013-04-09 08:26:45 +0000
commit3922658a2b5ccb2ca2ee19b4d757358bc7ae193b (patch)
tree9b1db49fe5feed259ac50f8a472a6cc007528ad7 /gcc/tree.h
parent4a197c8680b75e1a874872832e28557a3de82d2c (diff)
downloadgcc-3922658a2b5ccb2ca2ee19b4d757358bc7ae193b.zip
gcc-3922658a2b5ccb2ca2ee19b4d757358bc7ae193b.tar.gz
gcc-3922658a2b5ccb2ca2ee19b4d757358bc7ae193b.tar.bz2
tree.h (unsave_expr_now): Remove.
2013-04-09 Richard Biener <rguenther@suse.de> * tree.h (unsave_expr_now): Remove. * tree-inline.c (mark_local_for_remap_r): Remove. (unsave_expr_1): Likewise. (unsave_r): Likewise. (unsave_expr_now): Likewise. * tree-ssa-copy.c (replace_exp_1): Use unshare_expr. (propagate_tree_value): Likewise. From-SVN: r197620
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index f911459..f30361a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -6018,7 +6018,6 @@ extern void indent_to (FILE *, int);
extern bool debug_find_tree (tree, tree);
/* This is in tree-inline.c since the routine uses
data structures from the inliner. */
-extern tree unsave_expr_now (tree);
extern tree build_duplicate_type (tree);
/* In calls.c */