[llvm-commits] [llvm] r173087 - /llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td

Richard Osborne richard at xmos.com
Mon Jan 21 12:50:54 PST 2013


Author: friedgold
Date: Mon Jan 21 14:50:54 2013
New Revision: 173087

URL: http://llvm.org/viewvc/llvm-project?rev=173087&view=rev
Log:
Remove unused multiclass.

Modified:
    llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td

Modified: llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td?rev=173087&r1=173086&r2=173087&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td (original)
+++ llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td Mon Jan 21 14:50:54 2013
@@ -307,18 +307,6 @@
   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> :





More information about the llvm-commits mailing list