mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-07 20:40:28 +00:00
Remove unused class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d9ae9fb59
commit
a0a6a47c02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user