From patchwork Fri Apr 12 23:33:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [doc] remove one more loop note reference X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 236281 Message-Id: To: GCC Patches Date: Sat, 13 Apr 2013 01:33:30 +0200 From: Steven Bosscher List-Id: Committed: * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references. * doc/tm.texi: Regenerated. Index: doc/tm.texi.in =================================================================== --- doc/tm.texi.in (revision 197610) +++ doc/tm.texi.in (working copy) @@ -8909,8 +8909,8 @@ The maximum number of bytes to skip before @var{la @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: doc/tm.texi =================================================================== --- doc/tm.texi (revision 197610) +++ doc/tm.texi (working copy) @@ -9038,8 +9038,8 @@ The maximum number of bytes to skip before @var{la @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