.string adds an implicit zero at the end. This is not what we wanted.
authorChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 02:51:01 +0000 (02:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 02:51:01 +0000 (02:51 +0000)
commitb1698411660a68d1dc0588a5536a5689de74b6d8
tree67938f356cb2d9e9c7c72abdae84ba9434495f42
parent0b1fe84e810f3b424009aef90f8c667c5c1c5784
.string adds an implicit zero at the end.  This is not what we wanted.
This fixes PR#44.

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