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 | ab5d0ba16801b39272a55e5763f246666b2495f3 (patch) | |
tree | 41c1b6a6497cb5bb6469e3d81830212a72c6d4ea /llvm/lib/Support/SmallPtrSet.cpp | |
parent | 74102df8574afa00ca5f7546d098cb452fb20f52 (diff) | |
download | llvm-ab5d0ba16801b39272a55e5763f246666b2495f3.zip llvm-ab5d0ba16801b39272a55e5763f246666b2495f3.tar.gz llvm-ab5d0ba16801b39272a55e5763f246666b2495f3.tar.bz2 |
add a note
llvm-svn: 33578
Diffstat (limited to 'llvm/lib/Support/SmallPtrSet.cpp')
-rw-r--r-- | llvm/lib/Support/SmallPtrSet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Support/SmallPtrSet.cpp b/llvm/lib/Support/SmallPtrSet.cpp index 0e6d334..48552a5 100644 --- a/llvm/lib/Support/SmallPtrSet.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |