diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index b1b1af3..3dc8729 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -322,7 +322,7 @@ ps_rtl_insn (partial_schedule_ptr ps, int id) return ps_reg_move (ps, id)->insn; } -/* Partial schedule instruction ID, which belongs to PS, occured in +/* Partial schedule instruction ID, which belongs to PS, occurred in the original (unscheduled) loop. Return the first instruction in the loop that was associated with ps_rtl_insn (PS, ID). If the instruction had some notes before it, this is the first |