mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Constants.h: Fix possible typo in r216015. [-Wdocumentation]
llvm-svn: 216043
This commit is contained in:
parent
e94d272f0d
commit
266b262fd1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user