[llvm-commits] [llvm] r50174 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Tanya Lattner
lattner at apple.com
Thu Apr 24 14:53:53 PDT 2008
On Apr 23, 2008, at 6:13 PM, Dale Johannesen wrote:
>
> 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.
>
Lots of functions don't have doxygen style comments. Its just good to
fix that when we can. I'm just talking about the comments right above
the function declaration.
-Tanya
>>> +// 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
>
> _______________________________________________
> 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