Removed instruction class NI from ARMInstrFormats.td.
authorJohnny Chen <johnny.chen@apple.com>
Thu, 25 Mar 2010 23:11:56 +0000 (23:11 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Thu, 25 Mar 2010 23:11:56 +0000 (23:11 +0000)
It doesn't seem to be used anywhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99566 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrFormats.td

index e05a97548ec9cab9f9e6d0417935306da35c9c0a..0dbfaf29f17945eaf1fa43bdfa5e6c37c8b5631f 100644 (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>