summaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi.in
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-12 23:32:28 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-12 23:32:28 +0000
commit720b223db496cf61567fce037ec4cd5667d997d2 (patch)
tree848f8a9d046d98f90e949c2bc22bde34af3eee30 /gcc/doc/tm.texi.in
parent15fb628eaedba2c5c564859698202ddcbd9db1e6 (diff)
downloadgcc-720b223db496cf61567fce037ec4cd5667d997d2.tar.gz
* doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
* doc/tm.texi: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/tm.texi.in')
-rw-r--r--gcc/doc/tm.texi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index 2d4b98af084..964f2e78297 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