[llvm-commits] [llvm] r168182 - /llvm/trunk/lib/Support/FoldingSet.cpp
Chris Lattner
sabre at nondot.org
Fri Nov 16 10:58:23 PST 2012
Author: lattner
Date: Fri Nov 16 12:58:23 2012
New Revision: 168182
URL: http://llvm.org/viewvc/llvm-project?rev=168182&view=rev
Log:
move irrelevant attribution.
Modified:
llvm/trunk/lib/Support/FoldingSet.cpp
Modified: llvm/trunk/lib/Support/FoldingSet.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/FoldingSet.cpp?rev=168182&r1=168181&r2=168182&view=diff
==============================================================================
--- llvm/trunk/lib/Support/FoldingSet.cpp (original)
+++ llvm/trunk/lib/Support/FoldingSet.cpp Fri Nov 16 12:58:23 2012
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list