mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Remove unused variable.
llvm-svn: 157586
This commit is contained in:
parent
af8619b4de
commit
060a688430
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user