]> git.ipfire.org Git - thirdparty/gcc.git/commit
predict.c (tree_estimate_probability): Check to make sure current_loops is non null...
authorAndrew Pinski <pinskia@gmail.com>
Thu, 23 Nov 2006 17:59:53 +0000 (09:59 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 23 Nov 2006 17:59:53 +0000 (09:59 -0800)
commit61968738d593d57924732efc7af1aae64bf49355
tree2512c35e52700e6cd44e06d41b69a7a129b511e1
parentb33614eef23d32133dce546d43838270218d9739
predict.c (tree_estimate_probability): Check to make sure current_loops is non null before calling flow_loops_dump.

2006-11-23  Andrew Pinski  <pinskia@gmail.com>

        * predict.c (tree_estimate_probability): Check to make
        sure current_loops is non null before calling flow_loops_dump.
2006-11-23  Andrew Pinski  <pinskia@gmail.com>

        * gcc.dg/tree-ssa/dump-1.c: New test.

From-SVN: r119128
gcc/ChangeLog
gcc/predict.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/dump-1.c [new file with mode: 0644]