Commit 1ad03593 by Sebastian Pop Committed by Sebastian Pop

* cfgloop.c (flow_loop_nested_p): Fix comment.

From-SVN: r84896
parent 5e631ba3
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> 2004-07-17 Jason Merrill <jason@redhat.com>
PR c++/16115 PR c++/16115
......
...@@ -101,7 +101,8 @@ flow_loop_nested_p (const struct loop *outer, const struct loop *loop) ...@@ -101,7 +101,8 @@ flow_loop_nested_p (const struct loop *outer, const struct loop *loop)
&& loop->pred[outer->depth] == outer; && 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 * struct loop *
superloop_at_depth (struct loop *loop, unsigned depth) superloop_at_depth (struct loop *loop, unsigned depth)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment