diff options
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/iMemory.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/llvm/include/llvm/iMemory.h b/llvm/include/llvm/iMemory.h index f57a019af42..5062cb61af4 100644 --- a/llvm/include/llvm/iMemory.h +++ b/llvm/include/llvm/iMemory.h @@ -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; | 

