* i386.c (notice_update_cc): Remove bogus pentium GCC code.
Fix x86 codegen bug exposed by latest glibc.
From-SVN: r17150
+Fri Dec 19 09:50:30 1997 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
+
+ * i386.c (notice_update_cc): Remove bogus pentium GCC code.
+
Fri Dec 19 09:39:48 1997 Jeffrey A Law (law@cygnus.com)
* stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
/* Jumps do not alter the cc's. */
if (SET_DEST (exp) == pc_rtx)
return;
-#ifdef IS_STACK_MODE
- /* Moving into a memory of stack_mode may have been moved
- in between the use and set of cc0 by loop_spl(). So
- old value of cc.status must be retained */
- if(GET_CODE(SET_DEST(exp))==MEM
- && IS_STACK_MODE(GET_MODE(SET_DEST(exp))))
- {
- return;
- }
-#endif
+
/* Moving register or memory into a register:
it doesn't alter the cc's, but it might invalidate
the RTX's which we remember the cc's came from.