On Fri, Apr 11, 2014 at 1:36 AM, Bernd Edlinger
wrote:
> Hi Teresa,
>
>> @@ -1947,7 +1947,7 @@ remove_bb (basic_block bb)
>>fprintf (dump_file, "Removing basic block %d\n", bb->index);
>>if (dump_flags & TDF_DETAILS)
>> {
>> - dump_bb (dump_file, bb, 0, dump_flags);
Hi Teresa,
> @@ -1947,7 +1947,7 @@ remove_bb (basic_block bb)
>fprintf (dump_file, "Removing basic block %d\n", bb->index);
>if (dump_flags & TDF_DETAILS)
> {
> - dump_bb (dump_file, bb, 0, dump_flags);
> + dump_bb (dump_file, bb, 0, dump_flags && ~TDF_DETAI
On Tue, Apr 8, 2014 at 6:55 PM, Teresa Johnson wrote:
> This patch removes the printing of details for BBs that are being removed.
>
> When printing bb details, dump_bb_info will invoke check_bb_profile, which
> will
> flag spurious profile insanities in the removed bb since the incoming edges
>
This patch removes the printing of details for BBs that are being removed.
When printing bb details, dump_bb_info will invoke check_bb_profile, which will
flag spurious profile insanities in the removed bb since the incoming edges
have already been removed. This makes it harder to identify true pr