mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove unused X86andn_flag node.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6ac30a155
commit
74f269176f
@ -248,7 +248,6 @@ def X86xor_flag : SDNode<"X86ISD::XOR", SDTBinaryArithWithFlags,
|
||||
[SDNPCommutative]>;
|
||||
def X86and_flag : SDNode<"X86ISD::AND", SDTBinaryArithWithFlags,
|
||||
[SDNPCommutative]>;
|
||||
def X86andn_flag : SDNode<"X86ISD::ANDN", SDTBinaryArithWithFlags>;
|
||||
|
||||
def X86blsi : SDNode<"X86ISD::BLSI", SDTIntUnaryOp>;
|
||||
def X86blsmsk : SDNode<"X86ISD::BLSMSK", SDTIntUnaryOp>;
|
||||
|
Loading…
Reference in New Issue
Block a user