add array access function in the right order
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 18:35:47 +0000 (18:35 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 18:35:47 +0000 (18:35 +0000)
commitf2e4bff2021a79bdc2311e008ed519fb51160d3a
treea8789f9894bfd31726bb3973fa590688a8ff4e4b
parentb674417a8564112e67ec2d01f64f9804f9ac5e34
add array access function in the right order

we used to add the access functions in the wrong order, Fortran style, leading to unprofitable interchanges.

* graphite-sese-to-poly.c (pdr_add_memory_accesses): Iterate in
the same order as adding data reference access functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231465 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-sese-to-poly.c