[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp
Reid Spencer
rspencer at reidspencer.com
Mon Dec 18 15:39:57 PST 2006
On Mon, 2006-12-18 at 14:14 -0800, Bill Wendling wrote:
> 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?
Yup. I'll remove it.
>
> -bw
>
> > for (pred_iterator PI = pred_begin(OpBlock),
> > E = pred_end(OpBlock); PI != E; ++PI) {
> >
More information about the llvm-commits
mailing list