summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2014-06-25 23:39:08 +0000
committerMichael Liao <michael.liao@intel.com>2014-06-25 23:39:08 +0000
commitf36f20ae7a191f42a4ef63dd68a6a6545d02695b (patch)
treebc6ab966d1068fa5091c4822227ee7ccdeea943a /include
parent0956faba3d5940cb4e23c33a0030fdea48aa3c22 (diff)
downloadllvm-f36f20ae7a191f42a4ef63dd68a6a6545d02695b.tar.gz
llvm-f36f20ae7a191f42a4ef63dd68a6a6545d02695b.tar.bz2
llvm-f36f20ae7a191f42a4ef63dd68a6a6545d02695b.tar.xz
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/DataLayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/IR/DataLayout.h b/include/llvm/IR/DataLayout.h
index 3079dec783..877029f92f 100644
--- a/include/llvm/IR/DataLayout.h
+++ b/include/llvm/IR/DataLayout.h
@@ -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