]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfgrtl.c
re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 22 Nov 2017 21:43:22 +0000 (21:43 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 22 Nov 2017 21:43:22 +0000 (21:43 +0000)
commit52af380439eab2770ad65af495e2c1a281e4b097
tree84f166c7af461ae05a057927e604c5da0e1e58bd
parentd54387158acafe1272e7877a16149ae53d3b5a3b
re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)

PR rtl-optimization/83030
* doc/rtl.texi (Flags in an RTL Expression): Alphabetize, add entry
for CROSSING_JUMP_P and mention usage of 'jump' for JUMP_INSNs.
(Insns): Delete entry for REG_CROSSING_JUMP in register notes.
* bb-reorder.c (update_crossing_jump_flags): Do not test whether the
CROSSING_JUMP_P flag is already set before setting it.
* cfgrtl.c (fixup_partition_crossing): Likewise.
* reorg.c (relax_delay_slots): Do not consider a CROSSING_JUMP_P insn
as useless.

From-SVN: r255083
gcc/ChangeLog
gcc/bb-reorder.c
gcc/cfgrtl.c
gcc/doc/rtl.texi
gcc/reorg.c