Reinstate the patch for escaping non-printing characters and allow for
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 May 2007 19:27:35 +0000 (19:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 May 2007 19:27:35 +0000 (19:27 +0000)
commit4ad513ca153430c3a7f36be1ef43af04534e1f5d
treefd572f2109390bbe676d5cf871f2b6a75a8fd8e9
parente2aa96140efea24e8356e20d6632b577d969220a
Reinstate the patch for escaping non-printing characters and allow for
\\ to escape \. All these cases are now handled by the AsmParser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp