mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Remove extraneous space, the asm printing infrastructure adds a space
in normally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ecb41cfe36
commit
43c8ad1718
@ -657,7 +657,6 @@ void MCAsmStreamer::EmitBytes(StringRef Data) {
|
|||||||
OS << MAI->getAsciiDirective();
|
OS << MAI->getAsciiDirective();
|
||||||
}
|
}
|
||||||
|
|
||||||
OS << ' ';
|
|
||||||
PrintQuotedString(Data, OS);
|
PrintQuotedString(Data, OS);
|
||||||
EmitEOL();
|
EmitEOL();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user