shrink-wrap: Fix problem with DF checking (PR78400)
commitb1aa5f6d2168bcbc39166dbca15a415cf67451e9
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Nov 2016 14:44:21 +0000 (21 14:44 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Nov 2016 14:44:21 +0000 (21 14:44 +0000)
treeb6c676bac2c352579ca3bab6df0af12fb33e8286
parentf1b3e1c9e011344e640faafea61fb79748a7aca5
shrink-wrap: Fix problem with DF checking (PR78400)

With my previous patch the compiler ICEs if you use --enable-checking=df.
This patch fixes it, by calling df_update_entry_exit_and_calls instead of
df_update_entry_block_defs and df_update_exit_block_uses.

PR rtl-optimization/78400
* shrink-wrap.c (try_shrink_wrapping_separate): Call
df_update_entry_exit_and_calls instead of df_update_entry_block_defs
and df_update_exit_block_uses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242663 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/shrink-wrap.c