summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/FoldingSet.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-26 21:48:40 +0000
committerChris Lattner <sabre@nondot.org>2007-01-26 21:48:40 +0000
commitea516cce65e7c9f1c49dd2e0634d73f89bb954a4 (patch)
treec3498ab95a40be8c3275f083003045f4ae380297 /include/llvm/ADT/FoldingSet.h
parent6da186480b55c10b96a255ce0a4ab731155da907 (diff)
downloadllvm-ea516cce65e7c9f1c49dd2e0634d73f89bb954a4.tar.gz
llvm-ea516cce65e7c9f1c49dd2e0634d73f89bb954a4.tar.bz2
llvm-ea516cce65e7c9f1c49dd2e0634d73f89bb954a4.tar.xz
fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/FoldingSet.h')
-rw-r--r--include/llvm/ADT/FoldingSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/FoldingSet.h b/include/llvm/ADT/FoldingSet.h
index e99cf6fb3d..d8671fb791 100644
--- a/include/llvm/ADT/FoldingSet.h
+++ b/include/llvm/ADT/FoldingSet.h
@@ -114,7 +114,7 @@ private:
///
unsigned NumBuckets;
- /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
+ /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
/// is greater than twice the number of buckets.
unsigned NumNodes;
@@ -217,7 +217,7 @@ protected:
typedef FoldingSetImpl::Node FoldingSetNode;
typedef FoldingSetImpl::NodeID FoldingSetNodeID;
-//===--------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
/// FoldingSet - This template class is used to instantiate a specialized
/// implementation of the folding set to the node class T. T must be a
/// subclass of FoldingSetNode and implement a Profile function.