Commit b8083476 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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

llvm-svn: 216043
parent f39430bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {