gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of vars in gimple_bind_vars but...
authorRichard Biener <rguenther@suse.de>
Fri, 7 Oct 2016 07:47:38 +0000 (07:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 7 Oct 2016 07:47:38 +0000 (07:47 +0000)
commit014b59e68837b998593b03b5eab3f7ff707d5d69
treef6783945ed05f2cbb9270992b43531d56a3a99ab
parent4023bc5647c3c76ff70ad7efb6db6f5db781016e
gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of vars in gimple_bind_vars but not in BLOCK_VARS.

2016-10-07  Richard Biener  <rguenther@suse.de>

* gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
vars in gimple_bind_vars but not in BLOCK_VARS.

From-SVN: r240855
gcc/ChangeLog
gcc/gimple-low.c