OSDN Git Service

Do not use DenseMap because the iterator is invalidated while constructing types...
authorDevang Patel <dpatel@apple.com>
Tue, 20 Jan 2009 00:58:55 +0000 (00:58 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 20 Jan 2009 00:58:55 +0000 (00:58 +0000)
commitc2997f4a34eb544ca6ec85a5c9190feb998fc7a8
treeff285a9b69db6c61b6c7b92afaabaa67c945ff31
parent2ab1d864af9a5dab90a4dd63f75b92d740b4f37f
Do not use DenseMap because the iterator is invalidated while constructing types. After all there was a reason why std::map was used initially!

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