tree-ssa-pre.c (debug_bitmap_sets_for): New function.
authorRichard Guenther <rguenther@suse.de>
Thu, 3 May 2012 11:11:34 +0000 (11:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 3 May 2012 11:11:34 +0000 (11:11 +0000)
commit1937283892c2fb55b9c22f4d91b3185a99ed335a
tree716bb3049c7ac9d2258ff1f79488886c1ff818dd
parent68d23306934e79d3a40068349d7eb8507da806c6
tree-ssa-pre.c (debug_bitmap_sets_for): New function.

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

* tree-ssa-pre.c (debug_bitmap_sets_for): New function.
(union_contains_value): Remove.
(vro_valid_in_sets): Likewise.
(op_valid_in_sets): New function.
(valid_in_sets): Use op_valid_in_sets.
(insert_into_preds_of_block): Move dumping ...
(do_regular_insertion): ... here.
(do_partial_partial_insertion): ... and here.  Dump that
we've found a partial partial redundancy.
(insert): Dump the current insert iteration.

From-SVN: r187092
gcc/ChangeLog
gcc/tree-ssa-pre.c