diff options
-rw-r--r-- | include/llvm/Target/TargetData.h | 3 |
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; |