From ae8d297579f7fef5faa19bc4211347a252374914 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 20 Aug 2014 04:22:47 +0000 Subject: [PATCH] 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 --- include/llvm/IR/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1