mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-30 05:24:22 +00:00
Tidy up. Remove dead code that slipped into previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2010,12 +2010,6 @@ static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn,
|
|||||||
case ARM::VLD2d16wb_fixed: case ARM::VLD2d16wb_register:
|
case ARM::VLD2d16wb_fixed: case ARM::VLD2d16wb_register:
|
||||||
case ARM::VLD2d32wb_fixed: case ARM::VLD2d32wb_register:
|
case ARM::VLD2d32wb_fixed: case ARM::VLD2d32wb_register:
|
||||||
case ARM::VLD2d8wb_fixed: case ARM::VLD2d8wb_register:
|
case ARM::VLD2d8wb_fixed: case ARM::VLD2d8wb_register:
|
||||||
|
|
||||||
// FIXME: These go in the VLDnDup* functions, not here.
|
|
||||||
case ARM::VLD2DUPd16: case ARM::VLD2DUPd32: case ARM::VLD2DUPd8:
|
|
||||||
case ARM::VLD2DUPd16wb_fixed: case ARM::VLD2DUPd16wb_register:
|
|
||||||
case ARM::VLD2DUPd32wb_fixed: case ARM::VLD2DUPd32wb_register:
|
|
||||||
case ARM::VLD2DUPd8wb_fixed: case ARM::VLD2DUPd8wb_register:
|
|
||||||
if (!Check(S, DecodeDPairRegisterClass(Inst, Rd, Address, Decoder)))
|
if (!Check(S, DecodeDPairRegisterClass(Inst, Rd, Address, Decoder)))
|
||||||
return MCDisassembler::Fail;
|
return MCDisassembler::Fail;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user