PR rtl-opt/22619
* cfgcleanup.c (try_forward_edges): Watch out for end of
insn chain.
From-SVN: r102537
+2005-07-28 Richard Henderson <rth@redhat.com>
+
+ PR rtl-opt/22619
+ * cfgcleanup.c (try_forward_edges): Watch out for end of
+ insn chain.
+
2005-07-28 Joseph S. Myers <joseph@codesourcery.com>
PR c/17188
2005-06-04 Richard Henderson <rth@redhat.com>
- PR target/21888
- * config/alpha/alpha.c (alpha_align_insns): Don't insert nops
- until we've passed initial ldgp.
+ PR target/21888
+ * config/alpha/alpha.c (alpha_align_insns): Don't insert nops
+ until we've passed initial ldgp.
2005-06-01 Richard Henderson <rth@redhat.com>
&& NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_BEG)
break;
- if (GET_CODE (insn) == NOTE)
+ if (insn && GET_CODE (insn) == NOTE)
break;
/* Do not clean up branches to just past the end of a loop