Remove unused class.
authorJim Grosbach <grosbach@apple.com>
Fri, 12 Nov 2010 19:24:53 +0000 (19:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 12 Nov 2010 19:24:53 +0000 (19:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118919 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrFormats.td

index 5f603f6d0dc3f60807c3071efa460d16e1ee4f89..af13db8bdc2e5b480863d0dc86781b42d33ad28c 100644 (file)
@@ -417,14 +417,6 @@ class AI1x2<dag oops, dag iops, Format f, InstrItinClass itin,
       opc, asm, "", pattern>;
 
 
-// addrmode2 loads and stores
-class AI2<dag oops, dag iops, Format f, InstrItinClass itin,
-          string opc, string asm, list<dag> pattern>
-  : I<oops, iops, AddrMode2, Size4Bytes, IndexModeNone, f, itin,
-      opc, asm, "", pattern> {
-  let Inst{27-26} = 0b01;
-}
-
 // loads
 
 // LDR/LDRB/STR/STRB