mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Remove unused multiclass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173087 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8da5434346
commit
d5ab457c0e
@ -307,18 +307,6 @@ multiclass FU6_LU6_np<bits<10> opc, string OpcStr> {
|
||||
def _lu6: _FLU6<opc, (outs), (ins i32imm:$a), !strconcat(OpcStr, " $a"), []>;
|
||||
}
|
||||
|
||||
// U10
|
||||
multiclass FU10_LU10_np<string OpcStr> {
|
||||
def _u10: _FU10<
|
||||
(outs), (ins i32imm:$b),
|
||||
!strconcat(OpcStr, " $b"),
|
||||
[]>;
|
||||
def _lu10: _FLU10<
|
||||
(outs), (ins i32imm:$b),
|
||||
!strconcat(OpcStr, " $b"),
|
||||
[]>;
|
||||
}
|
||||
|
||||
// Two operand short
|
||||
|
||||
class F2R_np<bits<6> opc, string OpcStr> :
|
||||
|
Loading…
Reference in New Issue
Block a user