[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp
Bill Wendling
isanbard at gmail.com
Mon Dec 18 15:49:06 PST 2006
On 12/18/06, Reid Spencer <rspencer at reidspencer.com> wrote:
> 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.
>
Thanks :-)
-bw
More information about the llvm-commits
mailing list