move irrelevant attribution.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Nov 2012 18:58:23 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Nov 2012 18:58:23 +0000 (18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168182 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/FoldingSet.cpp

index 4d489a88e55d3fce6a6ca3bf3a6a5a07c9f976d0..4672554022c67697f507cdaa7cfa62529114109a 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//