cfgloop.c (verify_loop_structure): Verify dominators before using them.
authorRichard Guenther <rguenther@suse.de>
Mon, 5 Mar 2012 15:39:39 +0000 (15:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 5 Mar 2012 15:39:39 +0000 (15:39 +0000)
commit510dbcce34f09967759f452e24c29269821f563d
tree8606673318a2a3b91606db9905c216c6dc8b6a64
parent50bcfce08b0d5bb511e7cef4e955f47364d510b0
cfgloop.c (verify_loop_structure): Verify dominators before using them.

2012-03-05  Richard Guenther  <rguenther@suse.de>

* cfgloop.c (verify_loop_structure): Verify dominators before
using them.
* graphite-clast-to-gimple.c (graphite_verify): Do not verify
dominators from here.
* graphite-scop-detection.c (create_sese_edges): Likewise.
* loop-doloop.c (doloop_optimize_loops): Likewise.
* loop-init.c (loop_optimizer_init): Likewise.
* loop-unroll.c (unroll_and_peel_loops): Likewise.
* loop-unswitch.c (unswitch_loops): Likewise.
* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
* tree-parloops.c (parallelize_loops): Likewise.  Verify
only when checking is enabled.
* tree-loop-distribution.c (tree_loop_distribution): Likewise.

From-SVN: r184937
gcc/ChangeLog
gcc/cfgloop.c
gcc/graphite-clast-to-gimple.c
gcc/graphite-scop-detection.c
gcc/loop-doloop.c
gcc/loop-init.c
gcc/loop-unroll.c
gcc/loop-unswitch.c
gcc/tree-loop-distribution.c
gcc/tree-parloops.c
gcc/tree-ssa-loop-manip.c