rs6000: Remove TARGET_ISEL64
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 12 Oct 2017 00:18:15 +0000 (02:18 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 12 Oct 2017 00:18:15 +0000 (02:18 +0200)
commit79f421e1592039b5744b0b84d9afcd017b992bfd
tree29cf24069520194cc133fac1ca915ef79b67569e
parent7c754cebcfcd49f8af92236e7c9deac950a1da48
rs6000: Remove TARGET_ISEL64

TARGET_ISEL64 just means TARGET_ISEL && TARGET_POWERPC64.  Since
everywhere it is used uses :GPR already, we can just as well use
TARGET_ISEL always.

* config/rs6000/rs6000.h (TARGET_ISEL64): Delete.
* config/rs6000/rs6000.md (sel): Delete mode attribute.
(mov<mode>cc, isel_signed_<mode>, isel_unsigned_<mode>,
*isel_reversed_signed_<mode>, *isel_reversed_unsigned_<mode>): Use
TARGET_ISEL instead of TARGET_ISEL<sel>.

From-SVN: r253671
gcc/ChangeLog
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md