Commit 969c6c43 by Richard Sandiford Committed by Richard Sandiford

* config/mips/mips.md: Fix comment typo.

From-SVN: r66420
parent b259a9a6
2003-05-03 Richard Sandiford <rsandifo@redhat.com> 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md: Fix comment typo.
* config/mips/mips.c (mips_integer_op): New structure. * config/mips/mips.c (mips_integer_op): New structure.
(MIPS_MAX_INTEGER_OPS): Define. (MIPS_MAX_INTEGER_OPS): Define.
(mips_const_insns): Use mips_build_integer to determine the number (mips_const_insns): Use mips_build_integer to determine the number
......
...@@ -4942,7 +4942,7 @@ move\\t%0,%z4\\n\\ ...@@ -4942,7 +4942,7 @@ move\\t%0,%z4\\n\\
;; ;;
;; As far as the rtl is concerned, both the left-part and right-part ;; As far as the rtl is concerned, both the left-part and right-part
;; instructions can access the whole field. However, the real operand ;; instructions can access the whole field. However, the real operand
;; refers to just the first or the last byte (depending onendianness). ;; refers to just the first or the last byte (depending on endianness).
;; We therefore use two memory operands to each instruction, one to ;; We therefore use two memory operands to each instruction, one to
;; describe the rtl effect and one to use in the assembly output. ;; describe the rtl effect and one to use in the assembly output.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment