mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Fix paste-o in ExtractValueInst::getIndexedType() comments.
llvm-svn: 120804
This commit is contained in:
parent
0ae5320f11
commit
c03ee3eac6
@ -1450,8 +1450,7 @@ class ExtractValueInst : public UnaryInstruction {
|
||||
/// getIndexedType - Returns the type of the element that would be extracted
|
||||
/// with an extractvalue instruction with the specified parameters.
|
||||
///
|
||||
/// Null is returned if the indices are invalid for the specified
|
||||
/// pointer type.
|
||||
/// Null is returned if the indices are invalid for the specified type.
|
||||
///
|
||||
static const Type *getIndexedType(const Type *Agg,
|
||||
const unsigned *Idx, unsigned NumIdx);
|
||||
@ -1534,8 +1533,7 @@ public:
|
||||
/// getIndexedType - Returns the type of the element that would be extracted
|
||||
/// with an extractvalue instruction with the specified parameters.
|
||||
///
|
||||
/// Null is returned if the indices are invalid for the specified
|
||||
/// pointer type.
|
||||
/// Null is returned if the indices are invalid for the specified type.
|
||||
///
|
||||
template<typename RandomAccessIterator>
|
||||
static const Type *getIndexedType(const Type *Ptr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user