fit in 80 cols

llvm-svn: 61977
This commit is contained in:
Chris Lattner 2009-01-09 04:58:01 +00:00
parent a784a2ce01
commit 729a21f947
1 changed files with 2 additions and 2 deletions

View 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;