There are no implicit gep forms of load and store anymore
authorChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 00:08:01 +0000 (00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 00:08:01 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3901 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index 487f0362da42aecd0a2008bbeb67d8a27b9d6c59..8e8fea4cd7b2e3f0d2ac55ded2256a4c35366e27 100644 (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;