From d5ab457c0e3878918502b2070f1d8dd90af55701 Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Mon, 21 Jan 2013 20:50:54 +0000 Subject: Remove unused multiclass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173087 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/XCore/XCoreInstrInfo.td | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/Target/XCore') 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 opc, string OpcStr> { def _lu6: _FLU6; } -// U10 -multiclass FU10_LU10_np { - 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 opc, string OpcStr> : -- cgit v1.1