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 | 79dcd43600c544dc16b100a8ad35fd6a5c0a711a (patch) | |
tree | 1696b031bfbbd7f7bf1bdfc8f91799b2bbca8ae9 /lib/Support/FoldingSet.cpp | |
parent | afe4539f8ea9e12404dce0d67b421d8decb2f0fb (diff) |
move irrelevant attribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/FoldingSet.cpp')
-rw-r--r-- | lib/Support/FoldingSet.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index 4d489a88e5..4672554022 100644 --- a/lib/Support/FoldingSet.cpp +++ b/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. // //===----------------------------------------------------------------------===// |