summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-08-30 07:06:26 +0000
committerCraig Topper <craig.topper@gmail.com>2013-08-30 07:06:26 +0000
commit48a5d69ee18961d4be8bfd37071a50e6a4bee70f (patch)
treec602f61fd8e307ed2b4da90b349a3693cf3827b3
parent0bccad2d43d3baead1f8bd41db4436c56d1a25c2 (diff)
downloadbcm5719-llvm-48a5d69ee18961d4be8bfd37071a50e6a4bee70f.tar.gz
bcm5719-llvm-48a5d69ee18961d4be8bfd37071a50e6a4bee70f.zip
Remove unused X86andn_flag node.
llvm-svn: 189654
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 41e2c4435ae..fca7d4cea65 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -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>;
OpenPOWER on IntegriCloud