* cfgloop.c (flow_loop_nested_p): Fix comment.
authorSebastian Pop <pop@cri.ensmp.fr>
Sun, 18 Jul 2004 14:53:22 +0000 (16:53 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Sun, 18 Jul 2004 14:53:22 +0000 (14:53 +0000)
From-SVN: r84896

gcc/ChangeLog
gcc/cfgloop.c

index e279ea24f10cc4682c153e22754c29ea2d876489..0cf9a5d1b09ee5cab460682a1abe950565add45b 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-17  Sebastian Pop  <pop@cri.ensmp.fr>
+
+       * cfgloop.c (flow_loop_nested_p): Fix comment.
+       
 2004-07-17  Jason Merrill  <jason@redhat.com>
 
        PR c++/16115
index 7709a03b2ab34525f5c88a2a0702f0e88efc6694..c71d048828a09b498d94233b9506bec7e234c313 100644 (file)
@@ -101,7 +101,8 @@ flow_loop_nested_p (const struct loop *outer, const struct loop *loop)
         && loop->pred[outer->depth] == outer;
 }
 
-/* Returns superloop of LOOP at given DEPTH.  */
+/* Returns the loop such that LOOP is nested DEPTH (indexed from zero)
+   loops within LOOP.  */
 
 struct loop *
 superloop_at_depth (struct loop *loop, unsigned depth)