re PR rtl-optimization/91136 (incorrect move of instruction to delay slot causes...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 12 Jul 2019 10:15:39 +0000 (10:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 12 Jul 2019 10:15:39 +0000 (10:15 +0000)
commit49dbd6a0325f510af43b05bc0b91426779b4ed59
tree219431365adbc550268ee861300f0c8b2fa5556b
parent831e688af50c5f77a2daa3cd3bfd0f27d54d5d72
re PR rtl-optimization/91136 (incorrect move of instruction to delay slot causes application crash in exception handling)

PR rtl-optimization/91136
* df-core.c (ACCESSING REFS): Fix typos in comment.
* resource.c (mark_target_live_reg): Add artificial defs that occur at
the beginning of the block to the initial set of live registers.

From-SVN: r273436
gcc/ChangeLog
gcc/df-core.c
gcc/resource.c