This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][doc] remove one more loop note reference


Committed:

        * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
        * doc/tm.texi: Regenerated.

Index: doc/tm.texi.in
===================================================================
--- doc/tm.texi.in      (revision 197610)
+++ doc/tm.texi.in      (working copy)
@@ -8909,8 +8909,8 @@ The maximum number of bytes to skip before @var{la
 @end deftypefn

 @defmac LOOP_ALIGN (@var{label})
-The alignment (log base 2) to put in front of @var{label}, which follows
-a @code{NOTE_INSN_LOOP_BEG} note.
+The alignment (log base 2) to put in front of @var{label} that heads
+a frequently executed basic block (usually the header of a loop).

 This macro need not be defined if you don't want any special alignment
 to be done at such a time.  Most machine descriptions do not currently
Index: doc/tm.texi
===================================================================
--- doc/tm.texi (revision 197610)
+++ doc/tm.texi (working copy)
@@ -9038,8 +9038,8 @@ The maximum number of bytes to skip before @var{la
 @end deftypefn

 @defmac LOOP_ALIGN (@var{label})
-The alignment (log base 2) to put in front of @var{label}, which follows
-a @code{NOTE_INSN_LOOP_BEG} note.
+The alignment (log base 2) to put in front of @var{label} that heads
+a frequently executed basic block (usually the header of a loop).

 This macro need not be defined if you don't want any special alignment
 to be done at such a time.  Most machine descriptions do not currently


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]