Delete another dead class.
authorJim Grosbach <grosbach@apple.com>
Fri, 19 Nov 2010 21:16:08 +0000 (21:16 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 19 Nov 2010 21:16:08 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119844 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrFormats.td

index f9e5e002ca9b85a2a8de346ef80d8e4952be973a..405b51e969ebf53e7e520fb99fc4c4105d7acd30 100644 (file)
@@ -512,18 +512,6 @@ class AI3sth<dag oops, dag iops, Format f, InstrItinClass itin,
   let Inst{7-4}   = 0b1011;
   let Inst{3-0}   = addr{3-0};    // imm3_0/Rm
 }
-class AXI3sth<dag oops, dag iops, Format f, InstrItinClass itin,
-              string asm, list<dag> pattern>
-  : XI<oops, iops, AddrMode3, Size4Bytes, IndexModeNone, f, itin,
-       asm, "", pattern> {
-  let Inst{4}     = 1;
-  let Inst{5}     = 1; // H bit
-  let Inst{6}     = 0; // S bit
-  let Inst{7}     = 1;
-  let Inst{20}    = 0; // L bit
-  let Inst{21}    = 0; // W bit
-  let Inst{24}    = 1; // P bit
-}
 class AI3std<dag oops, dag iops, Format f, InstrItinClass itin,
              string opc, string asm, list<dag> pattern>
   : I<oops, iops, AddrMode3, Size4Bytes, IndexModeNone, f, itin,