[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

Bill Wendling isanbard at gmail.com
Mon Dec 18 14:14:51 PST 2006


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) {
>



More information about the llvm-commits mailing list