Inline Asm: Ensure buffer is newline terminated to match how the text is printed.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 14 May 2010 04:31:50 +0000 (04:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 14 May 2010 04:31:50 +0000 (04:31 +0000)
commitd11d59e35a977e65387c3033dd7b0b7af5641f1e
treee27d20d54cf16dc1c9ac1b435da4b9bfee91b301
parent7ff82e1501c416552125f77a62edebe576e469b0
Inline Asm: Ensure buffer is newline terminated to match how the text is printed.
 - This is a hack, but I can't decide the best place to handle this. Chris?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103765 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
test/Other/inline-asm-newline-terminator.ll [new file with mode: 0644]