On 12/18/06, Reid Spencer <reid at x10sys.com> wrote:
>
> - if (Bad) {
> + if (!Bad) {
> Bad = false;
Isn't the above statement not needed then?
-bw
> for (pred_iterator PI = pred_begin(OpBlock),
> E = pred_end(OpBlock); PI != E; ++PI) {
>