[llvm-commits] [llvm] r50174 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Dale Johannesen
dalej at apple.com
Wed Apr 23 18:13:26 PDT 2008
On Apr 23, 2008, at 3:50 PM, Tanya Lattner wrote:
> Dale,
>
> Can you use the doxygen style comments (///) for this function?
I could. The function I split it out from doesn't do that, though.
>> +// If this cast does not affect the value passed through the varargs
>> +// area, we can eliminate the use of the cast.
>> +static bool isSafeToEliminateVarargsCast(const CallSite CS,
>> + const CastInst * const CI,
>> + const TargetData * const
>> TD,
>> + const int ix) {
>>
>
> Thanks,
> Tanya
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list