From 58a513691083b797679e18d9f77a945cb3c925cd Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Fri, 12 Apr 2013 23:32:28 +0000 Subject: [PATCH] tm.texi.in (LOOP_ALIGN): Remove loop note references. * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references. * doc/tm.texi: Regenerated. From-SVN: r197937 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 4 ++-- gcc/doc/tm.texi.in | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b82c40a..6ead79e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-12 Steven Bosscher + + * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references. + * doc/tm.texi: Regenerated. + 2013-04-12 Uros Bizjak * config/i386/i386.c (ix86_hard_regno_mode_ok): Use ANY_QI_REGNO_P in diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f6c59f9..e1df98f 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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 diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 2d4b98a..964f2e7 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -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 -- 2.7.4