Skip to content

Commit

Permalink
[DPWBS-1120] chore(AsmParser): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gargaroff committed Feb 6, 2020
1 parent 3466b4b commit 20f554a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
Expand Up @@ -781,7 +781,6 @@ bool TriCoreAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
}

OperandMatchResultTy TriCoreAsmParser::parseRegister(OperandVector &Operands) {
bool isSuffixFound = false;
SMLoc S = getLoc();
SMLoc E = SMLoc::getFromPointer(S.getPointer() - 1);

Expand Down

0 comments on commit 20f554a

Please sign in to comment.