If the llvm name contains an unprintable character, don't print it in
authorChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:56:05 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:56:05 +0000 (18:56 +0000)
commit3502d0dac35531279ca848d2aaaa290f11172d6d
treeb12d5f2aba215eebc4b16ae4561b037c4ac1c71e
parent705da966979426f9b0151498df2335bdb149fa41
If the llvm name contains an unprintable character, don't print it in
the global comment.  This prevents printing things like:

...  # foo
bar

when the name is "foo\nbar".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86AsmPrinter.cpp