Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211744 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hliao2 committed Jun 25, 2014
1 parent 0956fab commit f36f20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm/IR/DataLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ class DataLayout {
return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
}

/// getLargestLegalIntType - Return the size of largest legal integer type
/// size, or 0 if none are set.
/// getLargestLegalIntTypeSize - Return the size of largest legal integer
/// type size, or 0 if none are set.
unsigned getLargestLegalIntTypeSize() const;

/// getIndexedOffset - return the offset from the beginning of the type for
Expand Down

0 comments on commit f36f20a

Please sign in to comment.