mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Remove MCTargetAsmLexer and its derived classes now that edis,
its only user, is gone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -263,9 +263,6 @@ static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI, tool_output_file *Out)
|
||||
case AsmToken::Real:
|
||||
Out->os() << "real: " << Lexer.getTok().getString();
|
||||
break;
|
||||
case AsmToken::Register:
|
||||
Out->os() << "register: " << Lexer.getTok().getRegVal();
|
||||
break;
|
||||
case AsmToken::String:
|
||||
Out->os() << "string: " << Lexer.getTok().getString();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user