Move hash computation code into a separate class and file.
authorEric Christopher <echristo@gmail.com>
Thu, 8 Aug 2013 23:45:55 +0000 (23:45 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 8 Aug 2013 23:45:55 +0000 (23:45 +0000)
commit0d27ca145fff7d71ca2da5d356925a1df6f533ca
tree0356d0e75d35382a9a3fc14b92d7eac388e19cd8
parentd12fce1a27c30292dcd5f5bc10d4ba6e742888be
Move hash computation code into a separate class and file.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIEHash.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DIEHash.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfDebug.cpp