[llvm-commits] [llvm] r61977 - /llvm/trunk/include/llvm/Target/TargetData.h
Chris Lattner
sabre at nondot.org
Thu Jan 8 20:58:01 PST 2009
Author: lattner
Date: Thu Jan 8 22:58:01 2009
New Revision: 61977
URL: http://llvm.org/viewvc/llvm-project?rev=61977&view=rev
Log:
fit in 80 cols
Modified:
llvm/trunk/include/llvm/Target/TargetData.h
Modified: llvm/trunk/include/llvm/Target/TargetData.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetData.h?rev=61977&r1=61976&r2=61977&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetData.h (original)
+++ llvm/trunk/include/llvm/Target/TargetData.h Thu Jan 8 22:58:01 2009
@@ -213,8 +213,8 @@
///
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;
More information about the llvm-commits
mailing list