[llvm] r216043 - Constants.h: Fix possible typo in r216015. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Aug 19 21:22:47 PDT 2014
Author: chapuni
Date: Tue Aug 19 23:22:47 2014
New Revision: 216043
URL: http://llvm.org/viewvc/llvm-project?rev=216043&view=rev
Log:
Constants.h: Fix possible typo in r216015. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/IR/Constants.h
Modified: llvm/trunk/include/llvm/IR/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Constants.h?rev=216043&r1=216042&r2=216043&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Constants.h (original)
+++ llvm/trunk/include/llvm/IR/Constants.h Tue Aug 19 23:22:47 2014
@@ -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 OnlyIfReducedTy see \a getWithOperands() docs.
static Constant *getGetElementPtr(Constant *C, ArrayRef<Constant *> IdxList,
bool InBounds = false,
Type *OnlyIfReducedTy = nullptr) {
More information about the llvm-commits
mailing list