diff options
Diffstat (limited to 'gcc/config/spu/spu.md')
-rw-r--r-- | gcc/config/spu/spu.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/spu/spu.md b/gcc/config/spu/spu.md index 1cdc20af2eb..417081b6711 100644 --- a/gcc/config/spu/spu.md +++ b/gcc/config/spu/spu.md @@ -1178,8 +1178,8 @@ [(set_attr "type" "fp7")]) ;; This isn't always profitable to use. Consider r = a * b + c * d. -;; It's faster to do the multplies in parallel then add them. If we -;; merge a multply and add it prevents the multplies from happening in +;; It's faster to do the multiplies in parallel then add them. If we +;; merge a multiply and add it prevents the multiplies from happening in ;; parallel. (define_insn "mpya_si" [(set (match_operand:SI 0 "spu_reg_operand" "=r") |