From: NAKAMURA Takumi Date: Wed, 20 Aug 2014 04:22:47 +0000 (+0000) Subject: Constants.h: Fix possible typo in r216015. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae8d297579f7fef5faa19bc4211347a252374914;p=oota-llvm.git Constants.h: Fix possible typo in r216015. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216043 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Constants.h b/include/llvm/IR/Constants.h index 5625b3f5d8e..122dda24a1d 100644 --- 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 OnlyIfReducedTy see \a getWithOperands() docs. static Constant *getGetElementPtr(Constant *C, ArrayRef IdxList, bool InBounds = false, Type *OnlyIfReducedTy = nullptr) {