forked from OSchip/llvm-project
Split comma-separated \param(s). [-Wdocumentation]
llvm-svn: 232584
This commit is contained in:
parent
7f330cdb31
commit
2ae0a1eafc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue