OSDN Git Service

* cfgloop.c (flow_loop_nested_p): Fix comment.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 2004 14:53:22 +0000 (14:53 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 2004 14:53:22 +0000 (14:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84896 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfgloop.c

index e279ea2..0cf9a5d 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 7709a03..c71d048 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)