Change the default of TARGET_LRA_P to true
commit2ebea89e3a8873f0a917f1847d5cd6165873f393
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 2016 10:48:00 +0000 (14 10:48 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 2016 10:48:00 +0000 (14 10:48 +0000)
tree8e0741fc0a97bcb3796c322b11c91fa3ee00225e
parente46fbef5eb2af6efb7bdcb47a8531cff543add95
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240131 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/targhooks.c