[LLVMdev] API design

Keith Bauer onesadcookie at gmail.com
Mon Jul 2 14:04:24 PDT 2007


> > I'd like to get the extra checks working so that they can help find our
> > more subtle bugs. Any idea what we should do here?
>
> I don't really have a good idea, but I also don't want to significantly
> uglify the sourcebase...

#define V_CALLINST(V, Args) new CallInst(V, Args.size() == 0 ? NULL :
&Args[0], Args.size())

:p

-Keith



More information about the llvm-dev mailing list