mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
[ARM] Remove dead code identified by the Clang static analyzer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221358 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f0a134d9d
commit
33ccf8e66c
@ -2979,11 +2979,9 @@ static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn,
|
||||
if (size == 0x3) {
|
||||
if (align == 0)
|
||||
return MCDisassembler::Fail;
|
||||
size = 4;
|
||||
align = 16;
|
||||
} else {
|
||||
if (size == 2) {
|
||||
size = 1 << size;
|
||||
align *= 8;
|
||||
} else {
|
||||
size = 1 << size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user