mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Split comma-separated \param(s). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3626baa58
commit
1484f91953
@ -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…
x
Reference in New Issue
Block a user