On Sat, 2006-10-21 at 23:09 -0700, Chris Lattner wrote:
> >> @@ -1873,6 +1874,11 @@
> >>      free($3);
> >>      CHECK_FOR_ERROR
> >>    };
> >> +  | DATA '=' STRINGCONSTANT {
> >> +    CurModule.CurrentModule->setDataLayout($3);
> >> +    free($3);
> >> +    CHECK_FOR_ERROR
> >
> > I don't think you need a CHECK_FOR_ERROR here. Neither of the two
> > preceding calls will call GENERATE_ERROR.
> 
> Owen/Reid: can one of you take care of this?

Done.

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to