tree-vrp.c (check_all_array_refs): Do not use wi->info to smuggle gimple statement...
authorJeff Law <law@redhat.com>
Fri, 27 Oct 2017 15:35:37 +0000 (09:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 27 Oct 2017 15:35:37 +0000 (09:35 -0600)
commita565d95cd0f0ce7b7c44cfd86ea5abfe4fcba1b7
tree6b16bb412efdbcb1bdc71888bdb086b7a64b68e9
parentf44d7b243a43db45cedc52ea3bd3f385b8f06f0d
tree-vrp.c (check_all_array_refs): Do not use wi->info to smuggle gimple statement locations.

* tree-vrp.c (check_all_array_refs): Do not use wi->info to smuggle
gimple statement locations.
(check_array_bounds): Corresponding changes.  Get the statement's
location directly from wi->stmt.

From-SVN: r254154
gcc/ChangeLog
gcc/tree-vrp.c