From 24757decb83a4959969397ef8eec81f986b69daa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Jan 2007 07:18:32 +0000 Subject: [PATCH] add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33578 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/SmallPtrSet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Support/SmallPtrSet.cpp b/lib/Support/SmallPtrSet.cpp index 0e6d3345905..48552a56fc4 100644 --- a/lib/Support/SmallPtrSet.cpp +++ b/lib/Support/SmallPtrSet.cpp @@ -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. // //===----------------------------------------------------------------------===// -- 2.34.1