mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 14:15:53 +00:00
emit instructions through the streamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c760be99db
commit
db0273184b
@ -183,8 +183,7 @@ void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
|||||||
|
|
||||||
MCInst TmpInst;
|
MCInst TmpInst;
|
||||||
MCInstLowering.Lower(MI, TmpInst);
|
MCInstLowering.Lower(MI, TmpInst);
|
||||||
printMCInst(&TmpInst);
|
OutStreamer.EmitInstruction(TmpInst);
|
||||||
O << '\n';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static MCInstPrinter *createMSP430MCInstPrinter(const Target &T,
|
static MCInstPrinter *createMSP430MCInstPrinter(const Target &T,
|
||||||
|
Loading…
Reference in New Issue
Block a user