projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2310229
)
Remove target specific method.
author
Chris Lattner
<sabre@nondot.org>
Mon, 27 Aug 2001 15:49:36 +0000
(15:49 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/iMemory.h
b/include/llvm/iMemory.h
index f57a019af42e4ee6c087585270779a130a95e9e7..5062cb61af4907bec06b9884c5c6727aea36fe77 100644
(file)
--- 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;