diff options
Diffstat (limited to 'gcc/config/sh/sh.md')
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index b94f331b2f7..86cdd6b772e 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -297,7 +297,7 @@ ;; we take advantage of the library routines which don't clobber as many ;; registers as a normal function call would. -;; We must use a psuedo-reg forced to reg 0 in the SET_DEST rather than +;; We must use a pseudo-reg forced to reg 0 in the SET_DEST rather than ;; hard register 0. If we used hard register 0, then the next instruction ;; would be a move from hard register 0 to a pseudo-reg. If the pseudo-reg ;; gets allocated to a stack slot that needs its address reloaded, then |