mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Remove getType() overrides for ExtractValueInst and InsertValueInst.
Patch by John McCall. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
805da894cf
commit
d4083e5a91
@ -1616,11 +1616,6 @@ public:
|
||||
|
||||
virtual ExtractValueInst *clone() const;
|
||||
|
||||
// getType - Overload to return most specific pointer type...
|
||||
const PointerType *getType() const {
|
||||
return reinterpret_cast<const PointerType*>(Instruction::getType());
|
||||
}
|
||||
|
||||
/// getIndexedType - Returns the type of the element that would be extracted
|
||||
/// with an extractvalue instruction with the specified parameters.
|
||||
///
|
||||
@ -1794,11 +1789,6 @@ public:
|
||||
/// Transparently provide more efficient getOperand methods.
|
||||
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
|
||||
|
||||
// getType - Overload to return most specific pointer type...
|
||||
const PointerType *getType() const {
|
||||
return reinterpret_cast<const PointerType*>(Instruction::getType());
|
||||
}
|
||||
|
||||
typedef const unsigned* idx_iterator;
|
||||
inline idx_iterator idx_begin() const { return Indices.begin(); }
|
||||
inline idx_iterator idx_end() const { return Indices.end(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user