llvm-mc: Emit parsed instructions to the MCStreamer.

llvm-svn: 74594
This commit is contained in:
Daniel Dunbar 2009-07-01 06:35:48 +00:00
parent 23a72aa476
commit fc35841077
1 changed files with 1 additions and 2 deletions

View File

@ -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;