MCDwarf: Don't save Twine to local variable, this is almost never safe to do
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 May 2011 21:33:37 +0000 (21:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 May 2011 21:33:37 +0000 (21:33 +0000)
commitb47426b4de98aedceff4989d5d6198fc33dc80bb
tree1a6778253bf74030a38ff303ebcd679031e1bfa3
parent9493a285d13fd34ff3a507ea57039fdc19dd1ce7
MCDwarf: Don't save Twine to local variable, this is almost never safe to do
(and should thus never be done).
 - Should fix a crash on win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDwarf.cpp