aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.h
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-09-30 21:21:08 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-09-30 21:21:08 +0000
commit61c6973f4c8ee11d0f86600f54b6b776ef56830b (patch)
tree3b45562f151420269a4a119b2f1f85bcc3192d94 /gcc/sese.h
parentaad78a1a6f404ab4ae51253d04d3c4ca7b87444f (diff)
downloadgcc-61c6973f4c8ee11d0f86600f54b6b776ef56830b.zip
gcc-61c6973f4c8ee11d0f86600f54b6b776ef56830b.tar.gz
gcc-61c6973f4c8ee11d0f86600f54b6b776ef56830b.tar.bz2
CDI_POST_DOMINATORS are not used in Graphite.
2010-09-20 Sebastian Pop <sebastian.pop@amd.com> * graphite-clast-to-gimple.c (graphite_verify): Remove call to verify_dominators for CDI_POST_DOMINATORS. * sese.h: Remove comment about CDI_POST_DOMINATORS. (recompute_all_dominators): Remove call to free_dominance_info for CDI_POST_DOMINATORS. Remove call to calculate_dominance_info for CDI_POST_DOMINATORS. From-SVN: r164807
Diffstat (limited to 'gcc/sese.h')
-rw-r--r--gcc/sese.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/sese.h b/gcc/sese.h
index f10030c..8277f68 100644
--- a/gcc/sese.h
+++ b/gcc/sese.h
@@ -94,10 +94,6 @@ bb_in_region (basic_block bb, basic_block entry, basic_block exit)
predecessors of EXIT are dominated by ENTRY. */
FOR_EACH_EDGE (e, ei, exit->preds)
dominated_by_p (CDI_DOMINATORS, e->src, entry);
-
- /* Check that there are no edges going out of the region: the
- entry is post-dominated by the exit. FIXME: This cannot be
- checked right now as the CDI_POST_DOMINATORS are needed. */
}
#endif
@@ -310,9 +306,7 @@ recompute_all_dominators (void)
{
mark_irreducible_loops ();
free_dominance_info (CDI_DOMINATORS);
- free_dominance_info (CDI_POST_DOMINATORS);
calculate_dominance_info (CDI_DOMINATORS);
- calculate_dominance_info (CDI_POST_DOMINATORS);
}
typedef struct gimple_bb