re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)
authorMarek Polacek <polacek@redhat.com>
Sat, 11 Jul 2015 10:03:38 +0000 (10:03 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Sat, 11 Jul 2015 10:03:38 +0000 (10:03 +0000)
commitf1544089c12d6288f75074eedbd3b7653b48404c
treef8104aafda3dcc7f86f9693a27325a81ccd17590
parent15015c1adbcad827a109ca352b2d88953bd43f7a
re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)

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.

From-SVN: r225711
gcc/ChangeLog
gcc/basic-block.h
gcc/ira-lives.c
gcc/lra-lives.c