Fix a few issues in ArithBinOpEFLAGS that made it specific to and.
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 01:26:27 +0000 (01:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 01:26:27 +0000 (01:26 +0000)
commit521ff704a1abd9f2e408a26cd5f0b7256cce1e5d
treefdf5385ec5b37cecd009e3d2da3cf90880c93870
parent4b181c87deeab8ff9fcdc738997541b8822ed395
Fix a few issues in ArithBinOpEFLAGS that made it specific to and.

Start using ArithBinOpEFLAGS for OR, XOR, and SUB.

This removes 500 lines from the .td file.  Now AND/OR/XOR/SUB are all
defined exactly the same way instead of being close relatives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrArithmetic.td