diff options
Diffstat (limited to 'gcc/cfgloop.c')
-rw-r--r-- | gcc/cfgloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 4bb165f9ccf..8b439b9cd3e 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -1104,8 +1104,8 @@ cancel_loop_tree (struct loops *loops, struct loop *loop) cancel_loop (loops, loop); } -/* Checks that LOOPS are allright: - -- sizes of loops are allright +/* Checks that LOOPS are all right: + -- sizes of loops are all right -- results of get_loop_body really belong to the loop -- loop header have just single entry edge and single latch edge -- loop latches have only single successor that is header of their loop |