aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-16 13:40:25 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-16 13:40:25 -0700
commit26e79d1018d0e6bd50b96f5f3fabb0376e392dff (patch)
treeac3adfa1c4468b9b4aecc3bd7a72273f41e2f01b /gcc/gimple-low.c
parentd58247a32166e5bb072261dc258a237a8d26a39b (diff)
downloadgcc-26e79d1018d0e6bd50b96f5f3fabb0376e392dff.zip
gcc-26e79d1018d0e6bd50b96f5f3fabb0376e392dff.tar.gz
gcc-26e79d1018d0e6bd50b96f5f3fabb0376e392dff.tar.bz2
tree-flow.h (struct var_ann_d): Remove has_hidden_use.
* tree-flow.h (struct var_ann_d): Remove has_hidden_use. * gimple-low.c (expand_var_p): Don't check it. * tree-ssa-alias.c (setup_pointers_and_addressables): Likewise. * tree-ssa-copyrename.c (rename_ssa_copies): Likewise. * tree-ssa-operands.c (add_stmt_operand): Likewise. * tree-dfa.c (find_hidden_use_vars, find_hidden_use_vars_r): Kill. (find_referenced_vars): Don't call them. * tree-flow-inline.h (has_hidden_use, set_has_hidden_use): Kill. From-SVN: r84830
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r--gcc/gimple-low.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c
index c29f591..b3b6af7 100644
--- a/gcc/gimple-low.c
+++ b/gcc/gimple-low.c
@@ -482,7 +482,6 @@ expand_var_p (tree var)
if (ann
&& ! ann->may_aliases
&& ! ann->used
- && ! ann->has_hidden_use
&& ! TREE_ADDRESSABLE (var)
&& ! TREE_THIS_VOLATILE (var)
&& (DECL_ARTIFICIAL (var) || optimize >= 2))