Tidy up. Remove dead code that slipped into previous commit.
authorJim Grosbach <grosbach@apple.com>
Wed, 7 Mar 2012 00:52:39 +0000 (00:52 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 7 Mar 2012 00:52:39 +0000 (00:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152184 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Disassembler/ARMDisassembler.cpp

index 7ba714e96e022e2db52af64eb3b99cef392d5608..01f57246db1e7b0e0146a2f7aaf0f72208acd547 100644 (file)
@@ -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;