Delete TARGET_LRA_P from those targets that set it to "true"
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 14 Sep 2016 10:49:42 +0000 (12:49 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 14 Sep 2016 10:49:42 +0000 (12:49 +0200)
commit1a267e530efa85d704278de942c6aa446261b4c0
tree2676f5d34d78c504bfdfb1e6a7b54be90bf1c217
parent794b71a4eed824840e3d07b90d3c7160c9e09419
Delete TARGET_LRA_P from those targets that set it to "true"

A few targets already always want LRA; those then do not need to override
the default anymore.

2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>

* config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
* config/arm/arm.c (TARGET_LRA_P): Delete macro.
* config/i386/i386.c (TARGET_LRA_P): Delete macro.
* config/nds32/nds32.c (TARGET_LRA_P): Delete macro.

From-SVN: r240132
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
gcc/config/arm/arm.c
gcc/config/i386/i386.c
gcc/config/nds32/nds32.c