Skip to content

Commit eed9992

Browse files
author
Jim Grosbach
committed
Tidy up. Remove dead code that slipped into previous commit.
llvm-svn: 152184
1 parent 9179e8a commit eed9992

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,12 +2010,6 @@ static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn,
20102010
case ARM::VLD2d16wb_fixed: case ARM::VLD2d16wb_register:
20112011
case ARM::VLD2d32wb_fixed: case ARM::VLD2d32wb_register:
20122012
case ARM::VLD2d8wb_fixed: case ARM::VLD2d8wb_register:
2013-
2014-
// FIXME: These go in the VLDnDup* functions, not here.
2015-
case ARM::VLD2DUPd16: case ARM::VLD2DUPd32: case ARM::VLD2DUPd8:
2016-
case ARM::VLD2DUPd16wb_fixed: case ARM::VLD2DUPd16wb_register:
2017-
case ARM::VLD2DUPd32wb_fixed: case ARM::VLD2DUPd32wb_register:
2018-
case ARM::VLD2DUPd8wb_fixed: case ARM::VLD2DUPd8wb_register:
20192013
if (!Check(S, DecodeDPairRegisterClass(Inst, Rd, Address, Decoder)))
20202014
return MCDisassembler::Fail;
20212015
break;

0 commit comments

Comments
 (0)