gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0.
* gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0. From-SVN: r78484
This commit is contained in:
parent
90f6987a6d
commit
fb643f6442
@ -1,3 +1,8 @@
|
||||
2004-02-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
|
||||
unless HAVE_cc0.
|
||||
|
||||
2004-02-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* explow.c (force_reg): Call mark_reg_pointer as appropriate.
|
||||
|
@ -6069,8 +6069,10 @@ delete_null_pointer_checks_1 (unsigned int *block_reg, sbitmap *nonnull_avin,
|
||||
|
||||
something_changed = 1;
|
||||
delete_insn (last_insn);
|
||||
#ifdef HAVE_cc0
|
||||
if (compare_and_branch == 2)
|
||||
delete_insn (earliest);
|
||||
#endif
|
||||
purge_dead_edges (bb);
|
||||
|
||||
/* Don't check this block again. (Note that BB_END is
|
||||
|
Loading…
Reference in New Issue
Block a user