diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-18 19:47:10 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-18 19:47:10 +0000 |
commit | 0c6d8c366480c5cdf12880f53c0f415b40817e7c (patch) | |
tree | 415e77fa8943b51c9cb97549ca6147abb08d118f /gcc/sched-rgn.c | |
parent | a361b456a6601ea251d6fa2365ef359963fbf62e (diff) | |
download | gcc-0c6d8c366480c5cdf12880f53c0f415b40817e7c.tar.gz |
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
tree-ssa-operands.c, tree-ssa-phiopt.c,
tree-ssa-threadupdate.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-rgn.c')
-rw-r--r-- | gcc/sched-rgn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index 9bd6d527feb..4da38c530c6 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -912,7 +912,7 @@ find_rgns (struct edge_list *edge_list) d b The algorithm in the DFS traversal may not mark B & D as part - of the loop (ie they will not have max_hdr set to A). + of the loop (i.e. they will not have max_hdr set to A). We know they can not be loop latches (else they would have had max_hdr set since they'd have a backedge to a dominator |