OSDN Git Service

* final.c (final_scan_insn): Undo overzealous removal of `set'.
authormmitchell <mmitchell@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Mar 1998 00:08:36 +0000 (00:08 +0000)
committermmitchell <mmitchell@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Mar 1998 00:08:36 +0000 (00:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18323 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/final.c

index 301711c..33e713b 100644 (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
index f6bd7b2..3dd1ef1 100644 (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