OSDN Git Service

[MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensure
authorQuentin Colombet <qcolombet@apple.com>
Tue, 1 Oct 2013 19:21:24 +0000 (19:21 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Tue, 1 Oct 2013 19:21:24 +0000 (19:21 +0000)
commitdb3de106376558c7425d557b1b980f631107cd14
tree931de7d6f8126af8a3674f08720d2a766825f9de
parent187c774a7650e4bbbaac175cb6509f709edba593
[MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensure
that each comment ends with a newline to match the definition in the header
file.

This is part of <rdar://problem/14687488>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191787 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCInstPrinter.cpp