[llvm] r211744 - Fix typo
Michael Liao
michael.liao at intel.com
Wed Jun 25 16:39:09 PDT 2014
Author: hliao
Date: Wed Jun 25 18:39:08 2014
New Revision: 211744
URL: http://llvm.org/viewvc/llvm-project?rev=211744&view=rev
Log:
Fix typo
Modified:
llvm/trunk/include/llvm/IR/DataLayout.h
Modified: llvm/trunk/include/llvm/IR/DataLayout.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DataLayout.h?rev=211744&r1=211743&r2=211744&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DataLayout.h (original)
+++ llvm/trunk/include/llvm/IR/DataLayout.h Wed Jun 25 18:39:08 2014
@@ -414,8 +414,8 @@ public:
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
More information about the llvm-commits
mailing list