tm.texi.in (LOOP_ALIGN): Remove loop note references.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 12 Apr 2013 23:32:28 +0000 (23:32 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 12 Apr 2013 23:32:28 +0000 (23:32 +0000)
* doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
* doc/tm.texi: Regenerated.

From-SVN: r197937

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index b82c40afee490b6670b0f93b7725f53110fb6677..6ead79e8f8f0e8d71a8022b666ec1f57cfa1c5f1 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-12  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
+       * doc/tm.texi: Regenerated.
+
 2013-04-12  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_hard_regno_mode_ok): Use ANY_QI_REGNO_P in
index f6c59f9e3a01931f739ce75b12643dca037041a1..e1df98f3fe3cd7e5be89e04d98d8c7fa299dd456 100644 (file)
@@ -9042,8 +9042,8 @@ The maximum number of bytes to skip before @var{label} when applying
 @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 2d4b98af0848f16f7229e1e689229ee5433a8810..964f2e78297e50888147066b684b94166a3e9b42 100644 (file)
@@ -8911,8 +8911,8 @@ The maximum number of bytes to skip before @var{label} when applying
 @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