From 2d237858523b56ea5ea0f6efdbd40d7e7c52e771 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Sep 2002 00:08:01 +0000 Subject: [PATCH] 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 --- include/llvm/Target/TargetData.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index 487f0362da4..8e8fea4cd7b 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -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 &Indices) const;