One line change onto r272731
authorKewen Lin <linkw@gcc.gnu.org>
Thu, 27 Jun 2019 05:33:15 +0000 (05:33 +0000)
committerKewen Lin <linkw@gcc.gnu.org>
Thu, 27 Jun 2019 05:33:15 +0000 (05:33 +0000)
commitb5b31291bd21749edc3d1f1d74ac09fcb6a89310
tree6185084e2fc31be1fe2c649a272461e753f19c68
parentce3ad45c3cbe51fe95936c7676a1fa2cb4f30c1c
One line change onto r272731

    PR target/62147
    * gcc/loop-iv.c (find_simple_exit)

-  if (single_exit (loop) && finite_loop_p (loop))
+  if (desc->infinite && single_exit (loop) && finite_loop_p (loop))

From-SVN: r272732
gcc/loop-iv.c