mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-17 18:24:34 +00:00
[mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
instructions defined in MipsInstrInfo.td as codegen-only instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187828 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1473,9 +1473,6 @@ bool MipsAsmParser::searchSymbolAlias(
|
||||
MipsAsmParser::OperandMatchResultTy
|
||||
MipsAsmParser::parseHWRegs(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
||||
|
||||
if (isMips64())
|
||||
return MatchOperand_NoMatch;
|
||||
|
||||
// If the first token is not '$' we have error.
|
||||
if (Parser.getTok().isNot(AsmToken::Dollar))
|
||||
return MatchOperand_NoMatch;
|
||||
|
Reference in New Issue
Block a user