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 | d5ab457c0e3878918502b2070f1d8dd90af55701 (patch) | |
tree | 4ab516c8215ba7ae3fe5cc67872a54160ec2209f /lib | |
parent | 8da543434664986ac19f4753a691fb613ba80778 (diff) | |
download | external_llvm-d5ab457c0e3878918502b2070f1d8dd90af55701.zip external_llvm-d5ab457c0e3878918502b2070f1d8dd90af55701.tar.gz external_llvm-d5ab457c0e3878918502b2070f1d8dd90af55701.tar.bz2 |
Remove unused multiclass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/XCore/XCoreInstrInfo.td | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td index a3e16be..6288bb7 100644 --- a/lib/Target/XCore/XCoreInstrInfo.td +++ b/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> : |