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:
b3b125a
)
Constants.h: Fix possible typo in r216015. [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 20 Aug 2014 04:22:47 +0000
(
04:22
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 20 Aug 2014 04:22:47 +0000
(
04:22
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216043
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Constants.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Constants.h
b/include/llvm/IR/Constants.h
index 5625b3f5d8ec9e3c218c5c7171dd5a65622df22b..122dda24a1d77fae482a0d6f97fb9015ebcfbb43 100644
(file)
--- a/
include/llvm/IR/Constants.h
+++ b/
include/llvm/IR/Constants.h
@@
-1032,7
+1032,7
@@
public:
/// Getelementptr form. Value* is only accepted for convenience;
/// all elements must be Constant's.
///
- /// \param OnlyIfReduced see \a getWithOperands() docs.
+ /// \param OnlyIfReduced
Ty
see \a getWithOperands() docs.
static Constant *getGetElementPtr(Constant *C, ArrayRef<Constant *> IdxList,
bool InBounds = false,
Type *OnlyIfReducedTy = nullptr) {