]> granicus.if.org Git - llvm/commitdiff
[LLParser] Remove unused variable after r359987. NFC
authorCraig Topper <craig.topper@intel.com>
Sun, 5 May 2019 17:46:17 +0000 (17:46 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 5 May 2019 17:46:17 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359988 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLParser.cpp

index a58925c5a71e07c02746315f4b33f0287c0d844e..907bbdd7ef730667270d2a9fb542b08624dafb35 100644 (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))