Remove target specific method.

llvm-svn: 378
This commit is contained in:
Chris Lattner 2001-08-27 15:49:36 +00:00
parent ab759f00c3
commit 1cb56eda7f
1 changed files with 0 additions and 4 deletions

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;