ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.
authorBingfeng Mei <bmei@broadcom.com>
Mon, 19 Jul 2010 09:18:14 +0000 (09:18 +0000)
committerBingfeng Mei <meibf@gcc.gnu.org>
Mon, 19 Jul 2010 09:18:14 +0000 (09:18 +0000)
commit0be955e73751c1ffc6468d6a9679201103a21718
tree97adf2164166d6402d0e329bf597c0ea2e666e05
parent9005471b8382cc019ccd189b51ef7422027735f7
ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.

2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
* ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
        of a loop.
        * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.

From-SVN: r162300
gcc/ChangeLog
gcc/ddg.c
gcc/loop-doloop.c