summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-19 18:41:40 +0000
committerEric Christopher <echristo@gmail.com>2013-09-19 18:41:40 +0000
commit7eec59e2f13d4eee700b9ef8c1dd8f8a52551030 (patch)
treecac2538299326fe0b93e2478ec4b6009cddc6ff9 /llvm/lib/MC
parentb20db58a4d0f467623d9f1babc8f9c0550fe2a7e (diff)
downloadbcm5719-llvm-7eec59e2f13d4eee700b9ef8c1dd8f8a52551030.tar.gz
bcm5719-llvm-7eec59e2f13d4eee700b9ef8c1dd8f8a52551030.zip
Remove extraneous space, the asm printing infrastructure adds a space
in normally. llvm-svn: 191026
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCAsmStreamer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp
index c612a23f953..2456d8de827 100644
--- a/llvm/lib/MC/MCAsmStreamer.cpp
+++ b/llvm/lib/MC/MCAsmStreamer.cpp
@@ -657,7 +657,6 @@ void MCAsmStreamer::EmitBytes(StringRef Data) {
OS << MAI->getAsciiDirective();
}
- OS << ' ';
PrintQuotedString(Data, OS);
EmitEOL();
}
OpenPOWER on IntegriCloud