From 6688d75114f8adbfdc9a337bfa4eb3a046eb946d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Jan 2009 04:58:01 +0000 Subject: [PATCH] fit in 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61977 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c75d514dbfb..5ab33f464e9 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -213,8 +213,8 @@ public: /// const Type *getIntPtrType() const; - /// getIndexedOffset - return the offset from the beginning of the type for the - /// specified indices. This is used to implement getelementptr. + /// getIndexedOffset - return the offset from the beginning of the type for + /// the specified indices. This is used to implement getelementptr. /// uint64_t getIndexedOffset(const Type *Ty, Value* const* Indices, unsigned NumIndices) const;