]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:37:58 +0000 (22:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 25 Jun 1999 04:37:58 +0000 (22:37 -0600)

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

From-SVN: r27757

gcc/ChangeLog

index 18fac98da76e68f2ba592e3b4ec4bb4eeb6ecded..b11a49492da4cbe0cefe2b664c4722e90d314ecb 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>