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

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Sep 2 13:34:04 PDT 2014


Thanks!

> On 2014 Aug 20, at 00:22, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 
> 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) {
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list