mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
Remove unused PatLeaf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cc037a137
commit
d8212b2916
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user