mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
Remove target specific method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231022954f
commit
4647b1c3be
@ -130,10 +130,6 @@ public:
|
||||
const vector<ConstPoolVal*> &Indices,
|
||||
bool AllowStructLeaf = false);
|
||||
|
||||
static unsigned int getIndexedOfsetForTarget(const Type *Ptr,
|
||||
const vector<ConstPoolVal*> &Indices,
|
||||
const TargetMachine& targetMachine);
|
||||
|
||||
const vector<ConstPoolVal*>& getIndexVec() const { return indexVec; }
|
||||
|
||||
virtual Value* getPtrOperand() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user