projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3626ba
)
Split comma-separated \param(s). [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 18 Mar 2015 02:09:25 +0000
(
02:09
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 18 Mar 2015 02:09:25 +0000
(
02:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232584
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/BasicTTIImpl.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/BasicTTIImpl.h
b/include/llvm/CodeGen/BasicTTIImpl.h
index 4b80c4824922f528b9899597ca7c13a8d366c4af..e1e5112f451feb28fe5b7f9af5533d1acec2bc31 100644
(file)
--- a/
include/llvm/CodeGen/BasicTTIImpl.h
+++ b/
include/llvm/CodeGen/BasicTTIImpl.h
@@
-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;