mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 13:00:50 +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:
parent
255cd51fbd
commit
ff3164a189
@ -2010,12 +2010,6 @@ static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
case ARM::VLD2d16wb_fixed: case ARM::VLD2d16wb_register:
|
||||
case ARM::VLD2d32wb_fixed: case ARM::VLD2d32wb_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)))
|
||||
return MCDisassembler::Fail;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user