(standard_68881_constant_p): Return 0 if NO_ASM_FMOVECR defined.

From-SVN: r6928
This commit is contained in:
Richard Kenner 1994-03-30 17:37:08 -05:00
parent ffc991ac54
commit a5d54cc570

View 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;