forked from OSchip/llvm-project
Remove extraneous space, the asm printing infrastructure adds a space
in normally. llvm-svn: 191026
This commit is contained in:
parent
b20db58a4d
commit
7eec59e2f1
|
@ -657,7 +657,6 @@ void MCAsmStreamer::EmitBytes(StringRef Data) {
|
|||
OS << MAI->getAsciiDirective();
|
||||
}
|
||||
|
||||
OS << ' ';
|
||||
PrintQuotedString(Data, OS);
|
||||
EmitEOL();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue