aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-22 17:05:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-22 17:05:11 +0000
commit471854f82a8ac6adc65c32232877b1f1fb0e82d0 (patch)
tree78237ea08ce69e2e4f29b80e8bf73c2c708305a4 /gcc/modulo-sched.c
parent969def55395b4bb4f544419b64294257a68a154b (diff)
downloadgcc-471854f82a8ac6adc65c32232877b1f1fb0e82d0.zip
gcc-471854f82a8ac6adc65c32232877b1f1fb0e82d0.tar.gz
gcc-471854f82a8ac6adc65c32232877b1f1fb0e82d0.tar.bz2
alias.c, [...]: Fix comment formatting.
* alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def, lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c, pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c, tree-scalar-evolution.c, tree-ssa-dom.c, tree-ssa-loop-manip.c, tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c, tree-vectorizer.c, vec.h: Fix comment formatting. From-SVN: r89453
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r--gcc/modulo-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c
index ea68597..b88ef12e 100644
--- a/gcc/modulo-sched.c
+++ b/gcc/modulo-sched.c
@@ -1936,7 +1936,7 @@ ps_insn_find_column (partial_schedule_ptr ps, ps_insn_ptr ps_i,
/* Find the first must follow and the last must precede
and insert the node immediately after the must precede
- but make sure that it there is no must follow after it. */
+ but make sure that it there is no must follow after it. */
for (next_ps_i = ps->rows[row];
next_ps_i;
next_ps_i = next_ps_i->next_in_row)