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)
llvm-svn: 168182

llvm/lib/Support/FoldingSet.cpp

index 4d489a8..4672554 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.
 //
 //===----------------------------------------------------------------------===//