Remove unused variable.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 28 May 2012 18:23:36 +0000 (18:23 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 28 May 2012 18:23:36 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157586 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Reader/BitcodeReader.cpp

index 0e78dce6afe66f84ce9987652b1f030c730f32d5..e58af0eae215bf96714fb95461aaecbc7a749763 100644 (file)
@@ -2254,8 +2254,6 @@ bool BitcodeReader::ParseFunctionBody(Function *F) {
               APInt High =
                   ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
                                 ValueBitWidth);
-              IntItemConstantIntImpl HighImpl =
-                  cast<ConstantInt>(ConstantInt::get(OpTy, High));
               
               CaseBuilder.add(IntItem::fromType(OpTy, Low),
                               IntItem::fromType(OpTy, High));