* loop.c (try_swap_copy_prop): Go back to checking insn.
authorJason Merrill <jason@redhat.com>
Wed, 25 Apr 2001 15:27:28 +0000 (11:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 25 Apr 2001 15:27:28 +0000 (11:27 -0400)
From-SVN: r41540

gcc/ChangeLog
gcc/loop.c

index 661a51bd8f9a3ab7c24eb886b175746cfa7e4fec..50a02296d9746484a79bc7c02a980f0970fe038a 100644 (file)
@@ -1,3 +1,17 @@
+2001-04-25  Jason Merrill  <jason_merrill@redhat.com>
+
+       * loop.c (try_swap_copy_prop): Go back to checking insn.
+
+2001-03-25  Jason Merrill  <jason_merrill@redhat.com>
+
+       * dbxout.c (MINIMAL_DEBUG, flag_minimal_debug): Lose.
+       (dbxout_type_fields): Lose minimal_debug support.
+       (dbxout_type_methods, dbxout_type): Likewise.
+
+       * config/elfos.h (NO_DOLLAR_IN_LABEL): Remove definition.
+       * config/i386/sco5.h, config/i386/scodbx.h, config/m68k/m68kelf.h,
+       config/m68k/m68kv4.h, config/mips/news5.h, svr3.h: Likewise.
+
 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
 
        * emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check
index 84c070b3af9804ae830dd27fa47e5cb808cd8ccf..30ef3f7439b5c63f6494c4153f0251c6840d383f 100644 (file)
@@ -9318,7 +9318,7 @@ try_swap_copy_prop (loop, replacement, regno)
        break;
     }
 
-  if (set)
+  if (insn != NULL_RTX)
     {
       rtx prev_insn;
       rtx prev_set;