This:
authorChris Lattner <sabre@nondot.org>
Wed, 27 Sep 2006 16:44:09 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Sep 2006 16:44:09 +0000 (16:44 +0000)
commit259bda48e2c6b886f707513781f1b76595d4ad0d
tree99ab853f3517360c22d5da474da5f072e6fd70b0
parentc36f2a4ceadff85c83f9a2d68b187ec67d547b79
This:
AggregateString += "\0\0";

Doesn't add two nuls to the AggregateString (for obvious reasons), which
broke the asmprinter when the first character of an asm string was not
literal text.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30625 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp