Commit 1fa4609a by Richard Henderson Committed by Richard Henderson

* flow.c (delete_block): Fix typo last change.

From-SVN: r32681
parent 736fb497
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,
......
......@@ -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;
......
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