On Wednesday 01 August 2007 08:49, Gordon Henriksen wrote:

> Can't you just use
>
>                   Value* Args[] = { CI->GetOperand(1),
>                                     CI->GetOperand(2) };
>                   CallInst *NC = new CallInst(GCRead, Args, Args + 2,
>                                               CI->getName(), CI);
>
> here and in UpgradeParser.y?

Yep.  Do people prefer that?  I'll change it if so.

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

Reply via email to