function.c (thread_prologue_and_epilogue_insns): Uncomment last change.
authorClinton Popetz <cpopetz@cygnus.com>
Thu, 10 Feb 2000 14:16:33 +0000 (14:16 +0000)
committerClinton Popetz <cpopetz@gcc.gnu.org>
Thu, 10 Feb 2000 14:16:33 +0000 (09:16 -0500)
* function.c (thread_prologue_and_epilogue_insns): Uncomment
last change.

From-SVN: r31890

gcc/ChangeLog
gcc/function.c

index a7bbcf35ec5da9e736bf7305bb5e05e4c7898f2f..e0e441fbedb38d62e413ad820e201bd32b47c524 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
+       * function.c (thread_prologue_and_epilogue_insns): Uncomment
+       last change.
+
 2000-02-09  Richard Henderson  <rth@cygnus.com>
 
        * jump.c (delete_insn): Don't delete user labels at -O0.
index f9d27886a86b22d69701f5159c267f9095d037cc..9f96031a0cf22c1304196d667cdac7d54c0a8697 100644 (file)
@@ -6731,8 +6731,8 @@ thread_prologue_and_epilogue_insns (f)
                  /* If this block has only one successor, it both jumps
                     and falls through to the fallthru block, so we can't
                     delete the edge.  */
-                 /*if (bb->succ->succ_next == NULL)
-                   continue;*/
+                 if (bb->succ->succ_next == NULL)
+                   continue;
                }
              else
                continue;