Remove unused class.

llvm-svn: 118919
This commit is contained in:
Jim Grosbach 2010-11-12 19:24:53 +00:00
parent 7ac506d431
commit 984ff7d17e
1 changed files with 0 additions and 8 deletions

View 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