diff mbox

[doc] remove one more loop note reference

Message ID CABu31nNOrfZMQydJTDkthhr9vyUjPzdr5tQ14cCm0VWCAEDiGA@mail.gmail.com
State New
Headers show

Commit Message

Steven Bosscher April 12, 2013, 11:33 p.m. UTC
Committed:

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

Patch

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