Remove the hack for AARCH64_EXTRA_TUNE_ALL.
authorAndrew Pinski <apinski@cavium.com>
Mon, 24 Aug 2015 09:56:48 +0000 (09:56 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 24 Aug 2015 09:56:48 +0000 (02:56 -0700)
commita339a01c961e4a059214830d83acab6033dfe757
tree38ce6c7802f27e5a9b4a83833e9cee59ab3b4bf6
parent4fe3a2a110f1e9086313c54a152a033ec0adcee4
Remove the hack for AARCH64_EXTRA_TUNE_ALL.

2015-08-24  Andrew Pinski  <apinski@cavium.com>

        * config/aarch64/aarch64-tuning-flags.def: Remove all index to
        AARCH64_EXTRA_TUNING_OPTION.
        * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index): New enum.
        (aarch64_extra_tuning_flags): Base the shifted value on the index instead
        of the argument to AARCH64_EXTRA_TUNING_OPTION.
        * config/aarch64/aarch64.c: Remove the last argument to
        AARCH64_EXTRA_TUNING_OPTION.

From-SVN: r227117
gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64-tuning-flags.def
gcc/config/aarch64/aarch64.c