]> granicus.if.org Git - clang/commit
CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
authorAdrian Prantl <aprantl@apple.com>
Tue, 29 Sep 2015 20:44:46 +0000 (20:44 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 29 Sep 2015 20:44:46 +0000 (20:44 +0000)
commit81c359b957e2c7c097a9c8aeb957c878b67acf2a
tree47fe52ab1a5f17bcb490679a5de69e9a7804c5a7
parenta00c5552a2ac5a414aabe16ce1b04765f5a05fd4
CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
be modified in between. (NFC)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp