Fix iteration over loads in SLP optimize
authorRichard Biener <rguenther@suse.de>
Wed, 28 Oct 2020 13:16:05 +0000 (14:16 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 28 Oct 2020 14:04:06 +0000 (15:04 +0100)
commit616351b897c834500e685f4ab6ece4d82b506d29
tree3ade60ae807bb46d11a4bd86dfbfd13629a05a88
parentc227d96feb0030d63efad352b8fa7175b4c30721
Fix iteration over loads in SLP optimize

I've made a typo when refactoring the iteration over all loads in
the SLP graph.  Fixed.

2020-10-28  Richard Biener  <rguenther@suse.de>

* tree-vect-slp.c (vect_optimize_slp): Fix iteration over
all loads.
gcc/tree-vect-slp.c