PR middle-end/66353
commita0a565a9e25d6beb31651b23652627071024074d
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 2015 10:03:38 +0000 (11 10:03 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 2015 10:03:38 +0000 (11 10:03 +0000)
treef8104aafda3dcc7f86f9693a27325a81ccd17590
parent927a9bee2b02d140c090a393163f26b7c26585be
PR middle-end/66353
* basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
* ira-lives.c (bb_has_abnormal_call_pred): Remove function.
(process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
rather than bb_has_abnormal_call_pred.
* lra-lives.c (bb_has_abnormal_call_pred): Remove function.
(process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
rather than bb_has_abnormal_call_pred.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225711 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/ira-lives.c
gcc/lra-lives.c