Changes in directory llvm/lib/Support:

SmallPtrSet.cpp updated: 1.1 -> 1.2
---
Log message:

add a note


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

 SmallPtrSet.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Support/SmallPtrSet.cpp
diff -u llvm/lib/Support/SmallPtrSet.cpp:1.1 
llvm/lib/Support/SmallPtrSet.cpp:1.2
--- llvm/lib/Support/SmallPtrSet.cpp:1.1        Sat Jan 27 01:10:46 2007
+++ llvm/lib/Support/SmallPtrSet.cpp    Sat Jan 27 01:18:32 2007
@@ -7,7 +7,8 @@
 //
 
//===----------------------------------------------------------------------===//
 //
-// This file implements the SmallPtrSet class.
+// This file implements the SmallPtrSet class.  See SmallPtrSet.h for an
+// overview of the algorithm.
 //
 
//===----------------------------------------------------------------------===//
 



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

Reply via email to