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
This commit is contained in:
Jeff Law 1999-06-24 22:38:26 -06:00
parent 3fb36cbd29
commit 2f47f8d0af
1 changed files with 5 additions and 0 deletions

View 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>