Breakout folding hash set from SelectionDAGCSEMap.
authorJim Laskey <jlaskey@mac.com>
Fri, 27 Oct 2006 16:16:16 +0000 (16:16 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 27 Oct 2006 16:16:16 +0000 (16:16 +0000)
commit0e5af195f6c54dbf5a24a1ec12ed2d0bd02f5b7f
tree253045b708f04f5e3244716c1140d9601f051573
parentc50209bf685c2ab336b93d5989cb7ae56f769b7a
Breakout folding hash set from SelectionDAGCSEMap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31215 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/FoldingSet.h [new file with mode: 0644]
lib/Support/FoldingSet.cpp [new file with mode: 0644]