mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e99f8be067
commit
21280e48c0
@ -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…
x
Reference in New Issue
Block a user