rs6000: Don't clear TARGET_ISEL implicitly
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 7 Nov 2017 03:45:50 +0000 (04:45 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 7 Nov 2017 03:45:50 +0000 (04:45 +0100)
commit0ed1b4890a9cc4be7e24416a37eb14638f5adf7e
tree9098137aa3e61733ec80fc937630523211c2136a
parenta297ccb52e0c894e8160c60319b71f5dedf28643
rs6000: Don't clear TARGET_ISEL implicitly

We want to actually use isel, so we shouldn't disable it.  It is
already not set by default on CPUs that don't have it, or where we
do not want to use it.

* config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
disable isel if it was not set explicitly.

From-SVN: r254485
gcc/ChangeLog
gcc/config/rs6000/rs6000.c