summaryrefslogtreecommitdiff
path: root/include/llvm/iMemory.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-08-27 15:49:36 +0000
committerChris Lattner <sabre@nondot.org>2001-08-27 15:49:36 +0000
commit4647b1c3be66a3ad12e3fa19820c99331f220165 (patch)
tree881d09e80ce0b9da29a8e2cfc12d5a94bab0a561 /include/llvm/iMemory.h
parent231022954fbdc6514814af6721eb81b229325a49 (diff)
downloadllvm-4647b1c3be66a3ad12e3fa19820c99331f220165.tar.gz
llvm-4647b1c3be66a3ad12e3fa19820c99331f220165.tar.bz2
llvm-4647b1c3be66a3ad12e3fa19820c99331f220165.tar.xz
Remove target specific method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/iMemory.h')
-rw-r--r--include/llvm/iMemory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/iMemory.h b/include/llvm/iMemory.h
index f57a019af4..5062cb61af 100644
--- a/include/llvm/iMemory.h
+++ b/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;