diff options
| author | Richard Osborne <richard@xmos.com> | 2013-01-21 20:50:54 +0000 |
|---|---|---|
| committer | Richard Osborne <richard@xmos.com> | 2013-01-21 20:50:54 +0000 |
| commit | 38cff3ea7fc55e490cf3a4a1f958c9c6171fb012 (patch) | |
| tree | 56705904daf6b9efe175983ae5048867aa033e2b | |
| parent | 9d3ec06ef801942db816334da9969addf9fb580a (diff) | |
| download | bcm5719-llvm-38cff3ea7fc55e490cf3a4a1f958c9c6171fb012.tar.gz bcm5719-llvm-38cff3ea7fc55e490cf3a4a1f958c9c6171fb012.zip | |
Remove unused multiclass.
llvm-svn: 173087
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreInstrInfo.td | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/lib/Target/XCore/XCoreInstrInfo.td b/llvm/lib/Target/XCore/XCoreInstrInfo.td index a3e16be9788..6288bb7c2fe 100644 --- a/llvm/lib/Target/XCore/XCoreInstrInfo.td +++ b/llvm/lib/Target/XCore/XCoreInstrInfo.td @@ -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> : |

