diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-20 04:22:47 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-20 04:22:47 +0000 |
commit | b8083476f11b6a8ba8976d28840c60cfb89070de (patch) | |
tree | 68ccd886864f05262f375b34727844a4950c1ceb | |
parent | f39430bd4aa43a2c1032a1b9e62e64b68d3df8e1 (diff) | |
download | bcm5719-llvm-b8083476f11b6a8ba8976d28840c60cfb89070de.tar.gz bcm5719-llvm-b8083476f11b6a8ba8976d28840c60cfb89070de.zip |
Constants.h: Fix possible typo in r216015. [-Wdocumentation]
llvm-svn: 216043
-rw-r--r-- | llvm/include/llvm/IR/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Constants.h b/llvm/include/llvm/IR/Constants.h index 5625b3f5d8e..122dda24a1d 100644 --- a/llvm/include/llvm/IR/Constants.h +++ b/llvm/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<Constant *> IdxList, bool InBounds = false, Type *OnlyIfReducedTy = nullptr) { |