summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;