diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2011-10-11 21:53:08 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-10-11 21:53:08 +0000 |
commit | d8212b29166fb89d131447df58d37f166d050e23 (patch) | |
tree | f4d23f8bfd774586c930528abd7b3d7958631f92 /lib | |
parent | 7cc037a1371a4c4577af12fb221fda6e73ef5518 (diff) |
Remove unused PatLeaf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Mips/MipsInstrInfo.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index 702b376834..a47d0320aa 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -741,10 +741,6 @@ let Predicates = [HasSwap] in { 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 |