i386.md (*floatdi<mode>2_i387): Guard against TARGET_64BIT.
authorJan Hubicka <jh@suse.cz>
Fri, 14 Sep 2007 20:26:17 +0000 (22:26 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 14 Sep 2007 20:26:17 +0000 (22:26 +0200)
2007-09-14  Jan Hubicka  <jh@suse.cz>

* config/i386/i386.md (*floatdi<mode>2_i387): Guard against
TARGET_64BIT.

From-SVN: r128504

gcc/ChangeLog
gcc/config/i386/i386.md

index 728309e..991f078 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-14  Jan Hubicka  <jh@suse.cz>
+
+       * config/i386/i386.md (*floatdi<mode>2_i387): Guard against
+       TARGET_64BIT.
+
 2007-09-14  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/33438
index 622686b..cbf5161 100644 (file)
        (float:MODEF
          (match_operand:DI 1 "nonimmediate_operand" "m,?r")))]
   "TARGET_80387
-   && (!TARGET_SSE_MATH || !SSE_FLOAT_MODE_P (GET_MODE (operands[0])))"
+   && (!TARGET_SSE_MATH || !TARGET_64BIT
+       || !SSE_FLOAT_MODE_P (GET_MODE (operands[0])))"
   "@
    fild%z1\t%1
    #"