* config/i386/i386.c (output_fp_compare): Use ffreep to pop top
value off of the stack if TARGET_USE_FFREEP.
From-SVN: r85178
+2004-07-25 Roger Sayle <roger@eyesopen.com>
+
+ * config/i386/i386.c (output_fp_compare): Use ffreep to pop top
+ value off of the stack if TARGET_USE_FFREEP.
+
2004-07-26 Bernardo Innocenti <bernie@develer.com>
* gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().
output_asm_insn ("fucomip\t{%y1, %0|%0, %y1}", operands);
else
output_asm_insn ("fcomip\t{%y1, %0|%0, %y1}", operands);
- return "fstp\t%y0";
+ return TARGET_USE_FFREEP ? "ffreep\t%y0" : "fstp\t%y0";
}
else
{