mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Remove unused variables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3178f85b5
commit
e3662cca5d
@ -1211,9 +1211,7 @@ tryParseMSRMaskOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
|||||||
/// tryParseMemMode2Operand - Try to parse memory addressing mode 2 operand.
|
/// tryParseMemMode2Operand - Try to parse memory addressing mode 2 operand.
|
||||||
ARMAsmParser::OperandMatchResultTy ARMAsmParser::
|
ARMAsmParser::OperandMatchResultTy ARMAsmParser::
|
||||||
tryParseMemMode2Operand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
tryParseMemMode2Operand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
||||||
SMLoc S = Parser.getTok().getLoc();
|
assert(Parser.getTok().is(AsmToken::LBrac) && "Token is not a \"[\"");
|
||||||
const AsmToken &Tok = Parser.getTok();
|
|
||||||
assert(Tok.is(AsmToken::LBrac) && "Token is not a \"[\"");
|
|
||||||
|
|
||||||
if (ParseMemory(Operands, ARMII::AddrMode2))
|
if (ParseMemory(Operands, ARMII::AddrMode2))
|
||||||
return MatchOperand_NoMatch;
|
return MatchOperand_NoMatch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user