re PR rtl-optimization/65761 (internal compiler error: in patch_jump_insn, at cfgrtl...
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Apr 2015 13:24:53 +0000 (15:24 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 14 Apr 2015 13:24:53 +0000 (15:24 +0200)
commitb3a3ae0934e08c54835855e794d50ee804eaff65
tree69186c5617ba843643a58bafef5b351f811391c6
parent1b4c5bf0fbede4fad83d49765214d09fe33ce126
re PR rtl-optimization/65761 (internal compiler error: in patch_jump_insn, at cfgrtl.c:1296)

PR rtl-optimization/65761
* cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).

From-SVN: r222090
gcc/ChangeLog
gcc/cfgrtl.c