[PATCH] Factor out bb_has_abnormal_call_pred (PR middle-end/66353)

2015-07-10 Thread Marek Polacek
ira-lives.c and lra-lives.c both define the same function named bb_has_abnormal_call_pred. I think let's factor out this function to basic-block.h where it really belongs. Bootstrap/regtest running on x86_64-linux, ok for trunk if it passes? 2015-07-10 Marek Polacek pola...@redhat.com

Re: [PATCH] Factor out bb_has_abnormal_call_pred (PR middle-end/66353)

2015-07-10 Thread Jeff Law
On 07/10/2015 10:09 AM, Marek Polacek wrote: ira-lives.c and lra-lives.c both define the same function named bb_has_abnormal_call_pred. I think let's factor out this function to basic-block.h where it really belongs. Bootstrap/regtest running on x86_64-linux, ok for trunk if it passes?