From ffac3509afece46034af44131b3f5e5fdff97713 Mon Sep 17 00:00:00 2001 From: John Wehle Date: Wed, 14 Apr 1999 18:42:20 +0000 Subject: [PATCH] i386.md (truncxfdf): Output the template supplied by output_move_double with the correct operands. * i386.md (truncxfdf): Output the template supplied by output_move_double with the correct operands. From-SVN: r26457 --- gcc/ChangeLog | 3 +++ gcc/config/i386/i386.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30a086852ff..ebdb3cc7fe0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 211b0ba1214..034c0e67401 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2651,7 +2651,7 @@ { xops[0] = operands[0]; xops[1] = operands[2]; - return output_move_double (xops); + output_asm_insn (output_move_double (xops), xops); } return \"\"; -- 2.30.2