From: Chris Lattner Date: Fri, 9 Jan 2009 04:58:01 +0000 (+0000) Subject: fit in 80 cols X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6688d75114f8adbfdc9a337bfa4eb3a046eb946d;p=oota-llvm.git fit in 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61977 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;