There are no implicit gep forms of load and store anymore

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-24 00:08:01 +00:00
parent 5057b00faf
commit 2d23785852

View File

@ -64,8 +64,7 @@ public:
unsigned char getTypeAlignment(const Type *Ty) const;
// getIndexOffset - return the offset from the beginning of the type for the
// specified indices. This is used to implement getElementPtr and load and
// stores that include the implicit form of getelementptr.
// specified indices. This is used to implement getelementptr.
//
uint64_t getIndexedOffset(const Type *Ty,
const std::vector<Value*> &Indices) const;