diff --git a/include/llvm/iMemory.h b/include/llvm/iMemory.h index f57a019af42..5062cb61af4 100644 --- a/include/llvm/iMemory.h +++ b/include/llvm/iMemory.h @@ -130,10 +130,6 @@ public: const vector &Indices, bool AllowStructLeaf = false); - static unsigned int getIndexedOfsetForTarget(const Type *Ptr, - const vector &Indices, - const TargetMachine& targetMachine); - const vector& getIndexVec() const { return indexVec; } virtual Value* getPtrOperand() = 0;