Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2014-06-26 03:39:08 +0400
committerMichael Liao <michael.liao@intel.com>2014-06-26 03:39:08 +0400
commitf2b9870915fc90caca7683d778f0feda8dec68cf (patch)
tree8736eb5b75466fadce8d79c527a525f3ccdc6bc6
parent97080e0c5eb477ae771d1dc2b034d3a6787a47e5 (diff)
Fix typo
llvm-svn: 211744
-rw-r--r--llvm/include/llvm/IR/DataLayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/DataLayout.h b/llvm/include/llvm/IR/DataLayout.h
index 3079dec7835b..877029f92f0b 100644
--- a/llvm/include/llvm/IR/DataLayout.h
+++ b/llvm/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