diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-01-27 07:18:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-01-27 07:18:32 +0000 |
| commit | 24757decb83a4959969397ef8eec81f986b69daa (patch) | |
| tree | 6a2969c87e78c4d1ffcd19ba9864583b218aa27d | |
| parent | c95dc987e9e369c1c63819dbc4f76ab9b913772c (diff) | |
| download | external_llvm-24757decb83a4959969397ef8eec81f986b69daa.zip external_llvm-24757decb83a4959969397ef8eec81f986b69daa.tar.gz external_llvm-24757decb83a4959969397ef8eec81f986b69daa.tar.bz2 | |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33578 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Support/SmallPtrSet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Support/SmallPtrSet.cpp b/lib/Support/SmallPtrSet.cpp index 0e6d334..48552a5 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. // //===----------------------------------------------------------------------===// |
