aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
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))