* flow.c (delete_block): Fix typo last change.
authorRichard Henderson <rth@cygnus.com>
Wed, 22 Mar 2000 07:14:41 +0000 (23:14 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 22 Mar 2000 07:14:41 +0000 (23:14 -0800)
From-SVN: r32681

gcc/ChangeLog
gcc/flow.c

index ffea123f5f5dd01da6d46f9fb48f0183d75c5dad..c3bc6c5e9bb6c2688120c6de638ae4415a27ae13 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-21  Richard Henderson  <rth@cygnus.com>
+
+        * flow.c (delete_block): Fix typo last change.
+
 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
 
        * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
index 79203d7a05097e55d542c9f904a14553dfe37357..cbf4a0e5fcd374df80afaa6040a83d21cdb42765 100644 (file)
@@ -1913,7 +1913,7 @@ delete_block (b)
     end = tmp;
 
   /* Include any barrier that may follow the basic block.  */
-  tmp = next_nonnote_insn (b->end);
+  tmp = next_nonnote_insn (end);
   if (tmp && GET_CODE (tmp) == BARRIER)
     end = tmp;