diff mbox

Specify that new ports should use LRA

Message ID CAMe9rOp70TPPzU5rLz60gN8dQDvo+vw2atuQRT=P6K2zxB8m+A@mail.gmail.com
State New
Headers show

Commit Message

H.J. Lu March 2, 2016, 9:47 p.m. UTC
On Wed, Mar 2, 2016 at 12:18 PM, Manuel López-Ibáñez
<lopezibanez@gmail.com> wrote:
> Pre-approved by Jeff here: https://gcc.gnu.org/ml/gcc-help/2016-03/msg00006.html
>
> Committed as revision 233914.

I checked in this missing patch.

Comments

Manuel López-Ibáñez March 3, 2016, 2:28 p.m. UTC | #1
On 2 March 2016 at 21:47, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Wed, Mar 2, 2016 at 12:18 PM, Manuel López-Ibáñez
> <lopezibanez@gmail.com> wrote:
>> Pre-approved by Jeff here: https://gcc.gnu.org/ml/gcc-help/2016-03/msg00006.html
>>
>> Committed as revision 233914.
>
> I checked in this missing patch.

Thanks H.J.!
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog (revision 233916)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@ 
+2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+ * doc/tm.texi: Regenerated.
+
 2016-03-02  Richard Henderson  <rth@redhat.com>

  PR rtl-opt/67145
Index: doc/tm.texi
===================================================================
--- doc/tm.texi (revision 233916)
+++ doc/tm.texi (working copy)
@@ -2861,7 +2861,7 @@  A target hook which can change allocno c
 @end deftypefn

 @deftypefn {Target Hook} bool TARGET_LRA_P (void)
-A target hook which returns true if we use LRA instead of reload
pass.  It means that LRA was ported to the target.    The default
version of this target hook returns always false.
+A target hook which returns true if we use LRA instead of reload
pass.    The default version of this target hook returns always false,