mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-01 13:17:01 +00:00
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
This commit is contained in:
@@ -1032,7 +1032,7 @@ public:
|
|||||||
/// Getelementptr form. Value* is only accepted for convenience;
|
/// Getelementptr form. Value* is only accepted for convenience;
|
||||||
/// all elements must be Constant's.
|
/// 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,
|
static Constant *getGetElementPtr(Constant *C, ArrayRef<Constant *> IdxList,
|
||||||
bool InBounds = false,
|
bool InBounds = false,
|
||||||
Type *OnlyIfReducedTy = nullptr) {
|
Type *OnlyIfReducedTy = nullptr) {
|
||||||
|
Reference in New Issue
Block a user