[llvm-commits] [llvm] r141720 - /llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
Akira Hatanaka
ahatanaka at mips.com
Tue Oct 11 14:53:08 PDT 2011
Author: ahatanak
Date: Tue Oct 11 16:53:08 2011
New Revision: 141720
URL: http://llvm.org/viewvc/llvm-project?rev=141720&view=rev
Log:
Remove unused PatLeaf.
Modified:
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
Modified: llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsInstrInfo.td?rev=141720&r1=141719&r2=141720&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MipsInstrInfo.td Tue Oct 11 16:53:08 2011
@@ -741,10 +741,6 @@
def WSBW : ByteSwap<0x20, "wsbw">;
}
-/// Conditional Move
-def MIPS_CMOV_ZERO : PatLeaf<(i32 0)>;
-def MIPS_CMOV_NZERO : PatLeaf<(i32 1)>;
-
// Conditional moves:
// These instructions are expanded in
// MipsISelLowering::EmitInstrWithCustomInserter if target does not have
More information about the llvm-commits
mailing list