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
This commit is contained in:
John Wehle 1999-04-14 18:42:20 +00:00 committed by Jeff Law
parent 3595bef688
commit ffac3509af
2 changed files with 4 additions and 1 deletions

View 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.

View File

@ -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 \"\";