diff options
Diffstat (limited to 'gcc/config/sh/sh4-300.md')
-rw-r--r-- | gcc/config/sh/sh4-300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh4-300.md b/gcc/config/sh/sh4-300.md index ac107722df4..02cd8fd09e0 100644 --- a/gcc/config/sh/sh4-300.md +++ b/gcc/config/sh/sh4-300.md @@ -187,7 +187,7 @@ ;; Scheduling runs before reorg, so we approximate this by saying that we ;; want the call to be paired with a preceding insn. ;; In most cases, the insn that loads the address of the call should have -;; a non-zero latency (mov rn,rm doesn't make sense since we could use rn +;; a nonzero latency (mov rn,rm doesn't make sense since we could use rn ;; for the address then). Thus, a preceding insn that can be paired with ;; a call should be eligible for the delay slot. ;; |