loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.
authorBill Schmidt <wschmidt@linux.ibm.com>
Thu, 9 May 2019 19:54:39 +0000 (19:54 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Thu, 9 May 2019 19:54:39 +0000 (19:54 +0000)
2019-05-09  Bill Schmidt  <wschmidt@linux.ibm.com>

* doc/loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.

From-SVN: r271042

gcc/ChangeLog
gcc/doc/loop.texi

index aebd83041a788b6b3e8ad0ec8aa274b60b49e8be..ce9d3ceb9c5fa16633a83d3149bf92002725318a 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-09  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * doc/loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.
+
 2019-05-09  Alexander Monakov  <amonakov@ispras.ru>
 
        PR rtl-optimization/88879
index 255eabc667d6b1e76c1ee1eff57f5968eafa9a16..a7537133871bbf83131877f447f261e77ae444bb 100644 (file)
@@ -86,10 +86,7 @@ the direction of traversal and the set of loops visited.  Each loop is
 guaranteed to be visited exactly once, regardless of the changes to the
 loop tree, and the loops may be removed during the traversal.  The newly
 created loops are never traversed, if they need to be visited, this
-must be done separately after their creation.  The @code{FOR_EACH_LOOP}
-macro allocates temporary variables.  If the @code{FOR_EACH_LOOP} loop
-were ended using break or goto, they would not be released;
-@code{FOR_EACH_LOOP_BREAK} macro must be used instead.
+must be done separately after their creation.
 
 Each basic block contains the reference to the innermost loop it belongs
 to (@code{loop_father}).  For this reason, it is only possible to have