* final.c (final_scan_insn): Undo overzealous removal of `set'.

From-SVN: r18323
This commit is contained in:
Mark Mitchell 1998-03-01 00:08:36 +00:00 committed by Mark Mitchell
parent b9af0782c4
commit 90ca38bbee
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-02-28 Mark Mitchell <mmitchell@usa.net>
* final.c (final_scan_insn): Undo overzealous removal of `set'.
Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated

View File

@ -1393,6 +1393,10 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
int nopeepholes;
{
register int i;
#ifdef HAVE_cc0
rtx set;
#endif
insn_counter++;
/* Ignore deleted insns. These can occur when we split insns (due to a