Reuse PrintEscapedString for printing names in .ll
authorDaniel Dunbar <daniel@zuster.org>
Tue, 28 Oct 2008 19:33:02 +0000 (19:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 28 Oct 2008 19:33:02 +0000 (19:33 +0000)
commite9da133ae0a3ea5bbadd14f33c5005a4e25422ea
tree59572a7b8b21c016a272e03e32852c7533c811f4
parent727809ad8a826f26b757747ae2a329b49e5449b3
Reuse PrintEscapedString for printing names in .ll
 - One functionality change, '\\' in a name is now printed as a hex
   escape instead of "\\\\". This is consistent with other users of
   PrintEscapedString.

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