Removed instruction class NI from ARMInstrFormats.td.

It doesn't seem to be used anywhere.

llvm-svn: 99566
This commit is contained in:
Johnny Chen 2010-03-25 23:11:56 +00:00
parent b97ff2a4c1
commit d56897bddc

View File

@ -1515,12 +1515,6 @@ class NeonXI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
list<Predicate> Predicates = [HasNEON];
}
class NI<dag oops, dag iops, InstrItinClass itin, string opc, string asm,
list<dag> pattern>
: NeonXI<oops, iops, AddrModeNone, IndexModeNone, NEONFrm, itin, opc, asm, "",
pattern> {
}
class NLdSt<bit op23, bits<2> op21_20, bits<4> op11_8, bits<4> op7_4,
dag oops, dag iops, InstrItinClass itin,
string opc, string dt, string asm, string cstr, list<dag> pattern>