From: Chris Lattner Date: Fri, 16 Nov 2012 18:58:23 +0000 (+0000) Subject: move irrelevant attribution. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79dcd43600c544dc16b100a8ad35fd6a5c0a711a;p=oota-llvm.git move irrelevant attribution. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168182 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index 4d489a88e55..4672554022c 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. // //===----------------------------------------------------------------------===//