aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-24 00:08:01 +0000
committerChris Lattner <sabre@nondot.org>2002-09-24 00:08:01 +0000
commit2d237858523b56ea5ea0f6efdbd40d7e7c52e771 (patch)
tree0f5d8078734657fa10dd5e9e3e12368e8a5d124d
parent5057b00fafa930756c10e033f1a4406de4b21f83 (diff)
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
-rw-r--r--include/llvm/Target/TargetData.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h
index 487f0362da..8e8fea4cd7 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<Value*> &Indices) const;