diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-07-02 00:51:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-07-02 00:51:01 +0000 |
commit | f6fe65dc61754f3dc25a8757a1955b61e6374f51 (patch) | |
tree | ae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/modulo-sched.c | |
parent | f16ee2a09a939e126594865c4bf7f0c9df5785db (diff) | |
download | gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.zip gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.gz gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.bz2 |
ifcvt.c, [...]: Fix comment typos.
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c,
tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment
typos.
From-SVN: r84008
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index c14b58f..d896757 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -77,7 +77,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA here the insns are not scheduled monotonically top-down (nor bottom- up). 3. If failed in scheduling all insns - bump II++ and try again, unless - II reaches an upper bound MaxII, inwhich case report failure. + II reaches an upper bound MaxII, in which case report failure. 5. If we succeeded in scheduling the loop within II cycles, we now generate prolog and epilog, decrease the counter of the loop, and perform modulo variable expansion for live ranges that span more than @@ -443,7 +443,7 @@ calculate_maxii (ddg_ptr g) } -/* Given the partial schdule, generate register moves when the length +/* Given the partial schedule, generate register moves when the length of the register live range is more than ii; the number of moves is determined according to the following equation: SCHED_TIME (use) - SCHED_TIME (def) { 1 broken loop-carried |