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:
parent
3595bef688
commit
ffac3509af
@ -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.
|
||||
|
@ -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 \"\";
|
||||
|
Loading…
Reference in New Issue
Block a user