Remove unused X86andn_flag node.

llvm-svn: 189654
This commit is contained in:
Craig Topper 2013-08-30 07:06:26 +00:00
parent 0bccad2d43
commit 48a5d69ee1
1 changed files with 0 additions and 1 deletions

View File

@ -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>;