mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
llvm-mc: Emit parsed instructions to the MCStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74594 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
abde2982e3
commit
0eebb0543f
@ -516,8 +516,7 @@ bool AsmParser::ParseStatement() {
|
||||
Lexer.Lex();
|
||||
|
||||
// Instruction is good, process it.
|
||||
outs() << "Found instruction: " << IDVal << " with " << Inst.getNumOperands()
|
||||
<< " operands.\n";
|
||||
Out.EmitInstruction(Inst);
|
||||
|
||||
// Skip to end of line for now.
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user