fit in 80 cols
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2009 04:58:01 +0000 (04:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2009 04:58:01 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61977 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index c75d514dbfb576042398124c4c78faa2322a66c5..5ab33f464e9a90a79f449d17f656888a01073947 100644 (file)
@@ -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;