aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2013-04-12 23:32:28 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2013-04-12 23:32:28 +0000
commit58a513691083b797679e18d9f77a945cb3c925cd (patch)
tree848f8a9d046d98f90e949c2bc22bde34af3eee30 /gcc
parent236e3815280b1c6f0809f956c5f43c005118d6a0 (diff)
downloadgcc-58a513691083b797679e18d9f77a945cb3c925cd.zip
gcc-58a513691083b797679e18d9f77a945cb3c925cd.tar.gz
gcc-58a513691083b797679e18d9f77a945cb3c925cd.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/tm.texi4
-rw-r--r--gcc/doc/tm.texi.in4
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 <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
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