TableGen: don't save a StringRef to a local std::string.
authorTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 16:59:27 +0000 (16:59 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 16:59:27 +0000 (16:59 +0000)
commit690843563938117ff464252fff068c96df2635d9
treeec4b518c8eaeed7bf3180f21640bd28b099bfdc4
parent70c25ab51b371cb96bcd4b6be057b8d78a90c517
TableGen: don't save a StringRef to a local std::string.

This caused a failure in some Windows builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205109 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp