[LLParser] Remove unused variable after r359987. NFC

llvm-svn: 359988
This commit is contained in:
Craig Topper 2019-05-05 17:46:17 +00:00
parent f6e07c472d
commit 922e252a70
1 changed files with 0 additions and 1 deletions

View File

@ -3370,7 +3370,6 @@ bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) {
unsigned Opc = Lex.getUIntVal();
Constant *Val0, *Val1;
Lex.Lex();
LocTy ModifierLoc = Lex.getLoc();
if (Opc == Instruction::Add || Opc == Instruction::Sub ||
Opc == Instruction::Mul || Opc == Instruction::Shl) {
if (EatIfPresent(lltok::kw_nuw))