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 | 10ae11fd57ae78d34502b41e86d68a4d6d9ab9c2 (patch) | |
tree | bf2e0b6fb4339661e7e721f6ef932adf08643ba2 | |
parent | 7ab47734a218922ac881b8e8b32e9ba085a902b0 (diff) | |
download | bcm5719-llvm-10ae11fd57ae78d34502b41e86d68a4d6d9ab9c2.tar.gz bcm5719-llvm-10ae11fd57ae78d34502b41e86d68a4d6d9ab9c2.zip |
Remove unused PatLeaf.
llvm-svn: 141720
-rw-r--r-- | llvm/lib/Target/Mips/MipsInstrInfo.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td index 702b3768346..a47d0320aa3 100644 --- a/llvm/lib/Target/Mips/MipsInstrInfo.td +++ b/llvm/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 |