1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Split comma-separated \param(s). [-Wdocumentation]

llvm-svn: 232584
This commit is contained in:
NAKAMURA Takumi 2015-03-18 02:09:25 +00:00
parent a613c77a31
commit 37e98c8299

View File

@ -693,7 +693,8 @@ public:
/// This is used, for instance, when we estimate call of a vector
/// counterpart of the given function.
/// \param F Called function, might be nullptr.
/// \param RetTy,Tys Return value and argument types.
/// \param RetTy Return value types.
/// \param Tys Argument types.
/// \returns The cost of Call instruction.
unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
return 10;