mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
printInstruction() no longer prints a \n after itself, do it
for the two instruction MOVPC32r sequence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a49ea86ba2
commit
3e6bf2de16
@ -307,6 +307,7 @@ printInstructionThroughMCStreamer(const MachineInstr *MI) {
|
||||
TmpInst.addOperand(MCOperand::CreateExpr(MCSymbolRefExpr::Create(PICBase,
|
||||
OutContext)));
|
||||
printInstruction(&TmpInst);
|
||||
O << '\n';
|
||||
|
||||
// Emit the label.
|
||||
OutStreamer.EmitLabel(PICBase);
|
||||
|
Loading…
Reference in New Issue
Block a user