mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1ce7cc1d1
commit
0c2283a910
@ -503,16 +503,6 @@ class AXI2stb<dag oops, dag iops, Format f, InstrItinClass itin,
|
||||
}
|
||||
|
||||
// addrmode3 instructions
|
||||
class AI3<dag oops, dag iops, Format f, InstrItinClass itin,
|
||||
string opc, string asm, list<dag> pattern>
|
||||
: I<oops, iops, AddrMode3, Size4Bytes, IndexModeNone, f, itin,
|
||||
opc, asm, "", pattern>;
|
||||
class AXI3<dag oops, dag iops, Format f, InstrItinClass itin,
|
||||
string asm, list<dag> pattern>
|
||||
: XI<oops, iops, AddrMode3, Size4Bytes, IndexModeNone, f, itin,
|
||||
asm, "", pattern>;
|
||||
|
||||
|
||||
class AI3ld<bits<4> op, bit op20, dag oops, dag iops, Format f,
|
||||
InstrItinClass itin, string opc, string asm, list<dag> pattern>
|
||||
: I<oops, iops, AddrMode3, Size4Bytes, IndexModeNone, f, itin,
|
||||
|
Loading…
x
Reference in New Issue
Block a user