Remove unused variable.

llvm-svn: 157586
This commit is contained in:
David Blaikie
2012-05-28 18:23:36 +00:00
parent 9bf897e696
commit 1ab17ed57e

View 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));