[llvm-commits] [llvm-gcc-4.2] r49235 - in /llvm-gcc-4.2/trunk/gcc/config/i386: llvm-i386-target.h llvm-i386.cpp
Duncan Sands
baldrick at free.fr
Fri Apr 4 23:46:56 PDT 2008
Hi Devang,
> +// LLVM_SCALAR_TYPE_FOR_STRUCT_RETURN - Return LLVM Type if TY can be
> +// LLVM_AGGR_TYPE_FOR_STRUCT_RETURN - Return LLVM Type if TY can be
comments say TY but argument is X.
> +// Return LLVM Type if TY can be returned as a scalar, otherwise return NULL.
LLVM Type -> LLVM type. Two spaces after "can be" should be one. TY -> Ty.
> +// Return LLVM Type if TY can be returned as an aggregate, otherwise return NULL.
LLVM Type -> LLVM type. TY -> Ty.
Ciao,
Duncan.
More information about the llvm-commits
mailing list