Remove extraneous space, the asm printing infrastructure adds a space

in normally.

llvm-svn: 191026
This commit is contained in:
Eric Christopher 2013-09-19 18:41:40 +00:00
parent b20db58a4d
commit 7eec59e2f1
1 changed files with 0 additions and 1 deletions

View File

@ -657,7 +657,6 @@ void MCAsmStreamer::EmitBytes(StringRef Data) {
OS << MAI->getAsciiDirective();
}
OS << ' ';
PrintQuotedString(Data, OS);
EmitEOL();
}