OSDN Git Service

* tree-flow.h (struct var_ann_d): Remove has_hidden_use.
[pf3gnuchains/gcc-fork.git] / gcc / gimple-low.c
index c29f591..b3b6af7 100644 (file)
@@ -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))