OSDN Git Service

* doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2013 23:32:28 +0000 (23:32 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2013 23:32:28 +0000 (23:32 +0000)
* doc/tm.texi: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197937 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b82c40a..6ead79e 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 f6c59f9..e1df98f 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 2d4b98a..964f2e7 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