Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
move irrelevant attribution.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168182 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Nov 16, 2012
1 parent afe4539 commit 79dcd43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Support/FoldingSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 79dcd43

Please sign in to comment.