mips.h (ISA_HAS_FP4): Fix comment to reflect use.
authorChris Demetriou <cgd@broadcom.com>
Thu, 20 Jun 2002 22:36:09 +0000 (22:36 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Thu, 20 Jun 2002 22:36:09 +0000 (15:36 -0700)
2002-06-20  Chris Demetriou  <cgd@broadcom.com>

* config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.

From-SVN: r54859

gcc/ChangeLog
gcc/config/mips/mips.h

index b673de3face7c6e3c8f60bc51cfbede1094fe54a..1dc1cda81ff8bc773c18cdfbfca15d195c832a44 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-20  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
+
 2002-06-20  Stan Shebs  <shebs@apple.com>
 
        * dominance.c: Include errors.h instead of error.h.
index 54cf4943e418f797ea20daa3509dafc0d65cec70..67e3fc1590e343dec3327f4168f0ffa0dad06609 100644 (file)
@@ -751,8 +751,8 @@ extern void         sbss_section PARAMS ((void));
                                 || ISA_MIPS64)
 
 /* This is a catch all for the other new mips4 instructions: indexed load and
-   indexed prefetch instructions, the FP madd,msub,nmadd, and nmsub
-   instructions, and the FP recip and recip sqrt instructions */
+   indexed prefetch instructions, the FP madd and msub instructions,
+   and the FP recip and recip sqrt instructions */
 #define ISA_HAS_FP4             ((ISA_MIPS4                            \
                                  || ISA_MIPS64)                        \
                                 && !TARGET_MIPS16)