summaryrefslogtreecommitdiff
path: root/lib
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
commit74f269176fb3b3dc2d3d6417492c65ef28a8ecfa (patch)
tree4597150b37d96c774f9a80192a2de8693a00f70d /lib
parentb6ac30a15591a8dab3cff3f0891d7e1ca9476826 (diff)
downloadllvm-74f269176fb3b3dc2d3d6417492c65ef28a8ecfa.tar.gz
llvm-74f269176fb3b3dc2d3d6417492c65ef28a8ecfa.tar.bz2
llvm-74f269176fb3b3dc2d3d6417492c65ef28a8ecfa.tar.xz
Remove unused X86andn_flag node.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td
index 41e2c4435a..fca7d4cea6 100644
--- a/lib/Target/X86/X86InstrInfo.td
+++ b/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>;