Constants.h: Fix possible typo in r216015. [-Wdocumentation]

llvm-svn: 216043
This commit is contained in:
NAKAMURA Takumi 2014-08-20 04:22:47 +00:00
parent f39430bd4a
commit b8083476f1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {