loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that...
authorJeff Law <law@gcc.gnu.org>
Fri, 25 Jun 1999 04:38:26 +0000 (22:38 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 25 Jun 1999 04:38:26 +0000 (22:38 -0600)

        * loop.c (verify_dominator): Properly handle ADDR_VEC and
        ADDR_DIFF_VEC insns that appear inside loops.

From-SVN: r27759

gcc/ChangeLog

index 4caa20b65f87b5f7ff7973f68a70d0bb3ed17b0e..97e41321befe284ba778220e526d8aa7a6287be5 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * loop.c (verify_dominator): Properly handle ADDR_VEC and
+       ADDR_DIFF_VEC insns that appear inside loops.
+
 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
                          Jeff Law <law@cygnus.com>