From: Johnny Chen Date: Thu, 25 Mar 2010 23:11:56 +0000 (+0000) Subject: Removed instruction class NI from ARMInstrFormats.td. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da9283cd57843eb21fcd4117833e165017bb9123;p=oota-llvm.git Removed instruction class NI from ARMInstrFormats.td. 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 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index e05a97548ec..0dbfaf29f17 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -1515,12 +1515,6 @@ class NeonXI Predicates = [HasNEON]; } -class NI pattern> - : NeonXI { -} - class NLdSt 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 pattern>