From 4647b1c3be66a3ad12e3fa19820c99331f220165 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Aug 2001 15:49:36 +0000 Subject: [PATCH] Remove target specific method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@378 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/iMemory.h | 4 ---- 1 file changed, 4 deletions(-) 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;