https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66353
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Author: mpolacek Date: Sat Jul 11 10:03:38 2015 New Revision: 225711 URL: https://gcc.gnu.org/viewcvs?rev=225711&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/basic-block.h trunk/gcc/ira-lives.c trunk/gcc/lra-lives.c