mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 11:27:34 +00:00
Fix paste-o in ExtractValueInst::getIndexedType() comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d6d16a5fc
commit
af72c62d4b
@ -1450,8 +1450,7 @@ class ExtractValueInst : public UnaryInstruction {
|
|||||||
/// getIndexedType - Returns the type of the element that would be extracted
|
/// getIndexedType - Returns the type of the element that would be extracted
|
||||||
/// with an extractvalue instruction with the specified parameters.
|
/// with an extractvalue instruction with the specified parameters.
|
||||||
///
|
///
|
||||||
/// Null is returned if the indices are invalid for the specified
|
/// Null is returned if the indices are invalid for the specified type.
|
||||||
/// pointer type.
|
|
||||||
///
|
///
|
||||||
static const Type *getIndexedType(const Type *Agg,
|
static const Type *getIndexedType(const Type *Agg,
|
||||||
const unsigned *Idx, unsigned NumIdx);
|
const unsigned *Idx, unsigned NumIdx);
|
||||||
@ -1534,8 +1533,7 @@ public:
|
|||||||
/// getIndexedType - Returns the type of the element that would be extracted
|
/// getIndexedType - Returns the type of the element that would be extracted
|
||||||
/// with an extractvalue instruction with the specified parameters.
|
/// with an extractvalue instruction with the specified parameters.
|
||||||
///
|
///
|
||||||
/// Null is returned if the indices are invalid for the specified
|
/// Null is returned if the indices are invalid for the specified type.
|
||||||
/// pointer type.
|
|
||||||
///
|
///
|
||||||
template<typename RandomAccessIterator>
|
template<typename RandomAccessIterator>
|
||||||
static const Type *getIndexedType(const Type *Ptr,
|
static const Type *getIndexedType(const Type *Ptr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user