Fix escaping in asm string literals correctly by having tblgen unescape
authorChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 21:33:17 +0000 (21:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 21:33:17 +0000 (21:33 +0000)
commit7f3b28a7867a35ec56a4ed80546e64995d69483e
tree28cd22d956138b29823cdff2800764043cf4ef3c
parente023bb693605f0354bba176f7d87a21cc7aa3785
Fix escaping in asm string literals correctly by having tblgen unescape
them, then the asmprinter emitter reescape them.

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