[llvm-commits] [llvm] r50174 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp

Tanya Lattner lattner at apple.com
Wed Apr 23 15:50:07 PDT 2008


Dale,

Can you use the doxygen style comments (///) for this function?

>
> +// 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



More information about the llvm-commits mailing list