.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)
commit406ac8e741e0816e41fdab79ae86d7eea87a1472
treebeb16f09cfb87f308b9d914d4b8b64da1b376f4f
parent4aad8b9ed8d2cad95f211469e679482edfab5b66
.string adds an implicit zero at the end.  This is not what we wanted.
This fixes PR#44.

llvm-svn: 9252
llvm/lib/Target/X86/Printer.cpp