There is no need to use FoldingSet to unique DIEs.
authorDevang Patel <dpatel@apple.com>
Sat, 21 Nov 2009 00:31:03 +0000 (00:31 +0000)
committerDevang Patel <dpatel@apple.com>
Sat, 21 Nov 2009 00:31:03 +0000 (00:31 +0000)
commit6f01d9c2f0a97b0dccde93a232c88f088877819f
tree0cf610a533144c6f0832dbd4455817028d00442c
parent054b52c366256e7cde9c937006df944372e09acc
There is no need to use FoldingSet to unique DIEs.
DIEs are created from MDNode, which are already uniqued. And DwarfDebug already uses ValueMaps to find and use existing DIE for a given MDNode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h