public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3278] cfgloop.h: Reword comment describing is_exit flag
@ 2020-09-18  9:46 Alex Coplan
  0 siblings, 0 replies; only message in thread
From: Alex Coplan @ 2020-09-18  9:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2bc8c6ed8492a3027d88974eee3426771cfb78eb

commit r11-3278-g2bc8c6ed8492a3027d88974eee3426771cfb78eb
Author: Alex Coplan <alex.coplan@arm.com>
Date:   Fri Sep 18 10:43:53 2020 +0100

    cfgloop.h: Reword comment describing is_exit flag
    
    This simple change rewords a comment in cfgloop.h to improve the grammar
    and readability.
    
    gcc/ChangeLog:
    
            * cfgloop.h (nb_iter_bound): Reword comment describing is_exit.

Diff:
---
 gcc/cfgloop.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index 18b404e292f..be978288aab 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -60,9 +60,9 @@ public:
      b) it is consistent with the result of number_of_iterations_exit.  */
   widest_int bound;
 
-  /* True if the statement will cause the loop to be leaved the (at most)
-     BOUND + 1-st time it is executed, that is, all the statements after it
-     are executed at most BOUND times.  */
+  /* True if, after executing the statement BOUND + 1 times, we will
+     leave the loop; that is, all the statements after it are executed at most
+     BOUND times.  */
   bool is_exit;
 
   /* The next bound in the list.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-18  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  9:46 [gcc r11-3278] cfgloop.h: Reword comment describing is_exit flag Alex Coplan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).