(standard_68881_constant_p): Return 0 if NO_ASM_FMOVECR defined.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Mar 1994 22:37:08 +0000 (17:37 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Mar 1994 22:37:08 +0000 (17:37 -0500)
From-SVN: r6928

gcc/config/m68k/m68k.c

index 735b459f558f00d8dae698db01714218adeb9edf..347c066e06e5351e7403df05636d6f8bdfb9eaa8 100644 (file)
@@ -1492,6 +1492,10 @@ standard_68881_constant_p (x)
   int i;
   enum machine_mode mode;
 
+#ifdef NO_ASM_FMOVECR
+  return 0;
+#endif
+
   /* fmovecr must be emulated on the 68040, so it shouldn't be used at all. */
   if (TARGET_68040)
     return 0;