mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
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:
parent
5057b00faf
commit
2d23785852
@ -64,8 +64,7 @@ public:
|
|||||||
unsigned char getTypeAlignment(const Type *Ty) const;
|
unsigned char getTypeAlignment(const Type *Ty) const;
|
||||||
|
|
||||||
// getIndexOffset - return the offset from the beginning of the type for the
|
// getIndexOffset - return the offset from the beginning of the type for the
|
||||||
// specified indices. This is used to implement getElementPtr and load and
|
// specified indices. This is used to implement getelementptr.
|
||||||
// stores that include the implicit form of getelementptr.
|
|
||||||
//
|
//
|
||||||
uint64_t getIndexedOffset(const Type *Ty,
|
uint64_t getIndexedOffset(const Type *Ty,
|
||||||
const std::vector<Value*> &Indices) const;
|
const std::vector<Value*> &Indices) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user