[llvm-commits] CVS: llvm/lib/Support/SmallPtrSet.cpp

Chris Lattner sabre at nondot.org
Fri Jan 26 23:18:48 PST 2007



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.
 //
 //===----------------------------------------------------------------------===//
 






More information about the llvm-commits mailing list