i386.md (*fscalexf4): Correct insn "mode" attribute to "XF".
authorUros Bizjak <uros@kss-loka.si>
Thu, 6 May 2004 06:00:03 +0000 (08:00 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 6 May 2004 06:00:03 +0000 (08:00 +0200)
        * config/i386/i386.md (*fscalexf4): Correct insn "mode"
        attribute to "XF".

From-SVN: r81556

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

index 0159b7a..81de182 100644 (file)
@@ -1,7 +1,12 @@
+2004-05-06  Uros Bizjak  <uros@kss-loka.si>
+
+       * config/i386/i386.md (*fscalexf4): Correct insn "mode"
+       attribute to "XF".
+
 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
 
        * optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.
-       (fmod_optab): Define corresponding macros.
+       (fmod_optab, drem_optab): Define corresponding macros.
        * optabs.c (init_optabs): Initialize fmod_optab and drem_optab.
        * genopinit.c (optabs): Implement fmod_optab and drem_optab
        using fmod?f3 and drem?f3 patterns.
index e5edad4..ea61cc7 100644 (file)
    && flag_unsafe_math_optimizations"
   "fscale"
   [(set_attr "type" "fpspc")
-   (set_attr "mode" "DF")])
+   (set_attr "mode" "XF")])
 
 (define_expand "expsf2"
   [(set (match_dup 2)