]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced vars.
authorRichard Guenther <rguenther@suse.de>
Mon, 21 May 2012 14:53:21 +0000 (14:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 May 2012 14:53:21 +0000 (14:53 +0000)
commitcb0c9fc30529a672fb0105d505523668da17da33
tree13f0febe9af8ce8dfe21d99708c299d629e8aa5e
parent01c7ccbb81d2ee750e30cc8bf10deb9ed07e7bf0
tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced vars.

2012-05-21  Richard Guenther  <rguenther@suse.de>

* tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
more referenced vars.
* tree-ssa-live.c (mark_all_vars_used_1): Only set the used
flag on variables that have a var-annotation.

From-SVN: r187719
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-ssa-live.c