Commit 90ca38bb by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r18323
parent b9af0782
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment