i386.md (truncxfdf): Output the template supplied by output_move_double with the...
authorJohn Wehle <john@feith.com>
Wed, 14 Apr 1999 18:42:20 +0000 (18:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Apr 1999 18:42:20 +0000 (12:42 -0600)
        * i386.md (truncxfdf): Output the template supplied
        by output_move_double with the correct operands.

From-SVN: r26457

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

index 30a086852ff7516e5f6e31e96da0103d3bfad315..ebdb3cc7fe08b75c3bc6b0ff70d10c4ed6de80d2 100644 (file)
@@ -1,5 +1,8 @@
 Wed Apr 14 14:26:36 1999  John Wehle  (john@feith.com)
 
+       * i386.md (truncxfdf): Output the template supplied
+       by output_move_double with the correct operands.
+
         * i386.md (extendsfdf, extendsfxf, extenddfxf): Use
         output_float_extend instead specifying '#' as the template.
         * i386.c (output_float_extend): Define.
index 211b0ba12149e7062eee0edb5628a923ed02cc53..034c0e6740127773759423194747060ccfd8554d 100644 (file)
     {
     xops[0] = operands[0];
     xops[1] = operands[2];
-    return output_move_double (xops);
+    output_asm_insn (output_move_double (xops), xops);
     }
 
   return \"\";