Change the default of TARGET_LRA_P to true
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 14 Sep 2016 10:48:00 +0000 (12:48 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 14 Sep 2016 10:48:00 +0000 (12:48 +0200)
commit794b71a4eed824840e3d07b90d3c7160c9e09419
tree8e0741fc0a97bcb3796c322b11c91fa3ee00225e
parentd81db6361630b3b515b23f70dd99c5b21163f31d
Change the default of TARGET_LRA_P to true

Since all targets now define TARGET_LRA_P, this does not change behaviour
for any existing target.  Newly added ports will by default use LRA now.

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

* targhooks.c (default_lra_p): Return true instead of false.

From-SVN: r240131
gcc/ChangeLog
gcc/targhooks.c