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:
Chris Lattner 2001-08-27 15:49:36 +00:00
parent 231022954f
commit 4647b1c3be

View File

@ -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;