Constants.h: Fix possible typo in r216015. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 20 Aug 2014 04:22:47 +0000 (04:22 +0000)
committerNAKAMURA 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

index 5625b3f5d8ec9e3c218c5c7171dd5a65622df22b..122dda24a1d77fae482a0d6f97fb9015ebcfbb43 100644 (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) {