projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e631ba
)
* cfgloop.c (flow_loop_nested_p): Fix comment.
author
Sebastian Pop
<pop@cri.ensmp.fr>
Sun, 18 Jul 2004 14:53:22 +0000
(16:53 +0200)
committer
Sebastian Pop
<spop@gcc.gnu.org>
Sun, 18 Jul 2004 14:53:22 +0000
(14:53 +0000)
From-SVN: r84896
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgloop.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e279ea24f10cc4682c153e22754c29ea2d876489..0cf9a5d1b09ee5cab460682a1abe950565add45b 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/cfgloop.c
b/gcc/cfgloop.c
index 7709a03b2ab34525f5c88a2a0702f0e88efc6694..c71d048828a09b498d94233b9506bec7e234c313 100644
(file)
--- a/
gcc/cfgloop.c
+++ b/
gcc/cfgloop.c
@@
-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)