mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
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
This commit is contained in:
parent
6b2e8dc9a0
commit
da9283cd57
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user