* flow.c (delete_block): Fix typo last change.
From-SVN: r32681
This commit is contained in:
parent
736fb49718
commit
1fa4609a03
@ -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,
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user