add a note
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 07:18:32 +0000 (07:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 07:18:32 +0000 (07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33578 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/SmallPtrSet.cpp

index 0e6d3345905b1d1c2c543a81a3f913cc7d238778..48552a56fc4731ffe2d3dbf2a46bfeea70632d9e 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//