diff options
author | Chris Lattner <sabre@nondot.org> | 2012-11-16 18:58:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-11-16 18:58:23 +0000 |
commit | 54129458e8babba78d844e7ab152898b4010cd3b (patch) | |
tree | 1871fd2a0585fd7ea6409e27bef844606293a1d7 /llvm/lib/Support/FoldingSet.cpp | |
parent | 1d3acddf0e9b49ad3d489aafc61ea90c71724ba2 (diff) | |
download | bcm5719-llvm-54129458e8babba78d844e7ab152898b4010cd3b.tar.gz bcm5719-llvm-54129458e8babba78d844e7ab152898b4010cd3b.zip |
move irrelevant attribution.
llvm-svn: 168182
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r-- | llvm/lib/Support/FoldingSet.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp index 4d489a88e55..4672554022c 100644 --- a/llvm/lib/Support/FoldingSet.cpp +++ b/llvm/lib/Support/FoldingSet.cpp @@ -8,9 +8,7 @@ //===----------------------------------------------------------------------===// // // This file implements a hash set that can be used to remove duplication of -// nodes in a graph. This code was originally created by Chris Lattner for use -// with SelectionDAGCSEMap, but was isolated to provide use across the llvm code -// set. +// nodes in a graph. // //===----------------------------------------------------------------------===// |