diff options
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 5b1062bbc14..186766d05b1 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -489,7 +489,7 @@ sched_analyze_1 (deps, x, insn) them as writes to get proper dependencies for following instructions. We must handle them as reads to get proper dependencies from this to previous instructions. - Thus we need to call sched_analyze_2. */ + Thus we need to call sched_analyze_2. */ sched_analyze_2 (deps, XEXP (dest, 0), insn); } |