summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-16 20:40:25 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-16 20:40:25 +0000
commit4a6920120beaf2da27fba3e8f1f19361f78d645c (patch)
treeac3adfa1c4468b9b4aecc3bd7a72273f41e2f01b /gcc/gimple-low.c
parent39cd001ae972d3fbc903ca568432f0b46cda67da (diff)
downloadlinaro-gcc-4a6920120beaf2da27fba3e8f1f19361f78d645c.tar.gz
linaro-gcc-4a6920120beaf2da27fba3e8f1f19361f78d645c.tar.bz2
linaro-gcc-4a6920120beaf2da27fba3e8f1f19361f78d645c.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84830 138bc75d-0d04-0410-961f-82ee72b054a4
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 c29f591fe54..b3b6af71ab8 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))