On Tue, Aug 14, 2012 at 12:03 PM, Steven Bosscher <[email protected]> wrote: > Hello, > > Checking overhead in dominance.c gives measurable compile time > increases on a set of cc1-i files. Most of the checking should be done > only with non-release checks enabled. > > Bootstrapped&tested on powerpc64-unknown-linux-gnu. OK for trunk?
Ok with combining asserts into one here + gcc_checking_assert (dir == CDI_DOMINATORS); + gcc_checking_assert (dom_computed[dir_index]); and here + gcc_checking_assert (dom_computed[dir_index]); + gcc_checking_assert (!bb->dom[dir_index]); Thanks, Richard.
