diff options
Diffstat (limited to 'gcc/config/m68hc11/m68hc11.md')
-rw-r--r-- | gcc/config/m68hc11/m68hc11.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68hc11/m68hc11.md b/gcc/config/m68hc11/m68hc11.md index 5e6bc23a692..71c45ff597a 100644 --- a/gcc/config/m68hc11/m68hc11.md +++ b/gcc/config/m68hc11/m68hc11.md @@ -7204,7 +7204,7 @@ ;; ;; Remove one load when copying a value to/from memory and also -;; to a register. Take care not cloberring a possible register used +;; to a register. Take care not clobbering a possible register used ;; by operand 2. ;; Replace: "ldd 0,y; std 2,y; ldx 0,y" into "ldx 0,y; stx 2,y" ;; |