OSDN Git Service

* config/i386/i386.md (floating point move splitters): Fix
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386.c
index 8467806..6a5044d 100644 (file)
@@ -28489,7 +28489,7 @@ ix86_preferred_reload_class (rtx x, reg_class_t regclass)
         zero above.  We only want to wind up preferring 80387 registers if
         we plan on doing computation with them.  */
       if (TARGET_80387
-         && standard_80387_constant_p (x))
+         && standard_80387_constant_p (x) > 0)
        {
          /* Limit class to non-sse.  */
          if (regclass == FLOAT_SSE_REGS)