diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-12 23:32:28 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-12 23:32:28 +0000 |
commit | 720b223db496cf61567fce037ec4cd5667d997d2 (patch) | |
tree | 848f8a9d046d98f90e949c2bc22bde34af3eee30 /gcc/doc | |
parent | 15fb628eaedba2c5c564859698202ddcbd9db1e6 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/doc/tm.texi | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f6c59f9e3a0..e1df98f3fe3 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 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 |