Changes in directory llvm/include/llvm/ADT:

FoldingSet.h updated: 1.5 -> 1.6
---
Log message:

fit in 80 cols


---
Diffs of the changes:  (+2 -2)

 FoldingSet.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/ADT/FoldingSet.h
diff -u llvm/include/llvm/ADT/FoldingSet.h:1.5 
llvm/include/llvm/ADT/FoldingSet.h:1.6
--- llvm/include/llvm/ADT/FoldingSet.h:1.5      Sun Nov  5 13:31:28 2006
+++ llvm/include/llvm/ADT/FoldingSet.h  Fri Jan 26 15:48:40 2007
@@ -114,7 +114,7 @@
   ///
   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 @@
 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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to