Remove target specific method.
authorChris Lattner <sabre@nondot.org>
Mon, 27 Aug 2001 15:49:36 +0000 (15:49 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Aug 2001 15:49:36 +0000 (15:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@378 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/iMemory.h

index f57a019af42e4ee6c087585270779a130a95e9e7..5062cb61af4907bec06b9884c5c6727aea36fe77 100644 (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;