From: Jeff Law Date: Fri, 25 Jun 1999 04:38:26 +0000 (-0600) Subject: loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f47f8d0aff1e3258cfac604badb1ddd92450635;p=gcc.git loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. � * loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. From-SVN: r27759 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4caa20b65f8..97e41321bef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 Jeff Law