Commit 7aeb92b4 by Martin Liska Committed by Martin Liska

IPA ICF: add support for debug counter.

	* dbgcnt.def: Add new counter.
	* ipa-icf.c (sem_item_optimizer::merge_classes): Use the
	counter.

From-SVN: r223288
parent 68d070ac
2015-05-18 Martin Liska <mliska@suse.cz>
* dbgcnt.def: Add new counter.
* ipa-icf.c (sem_item_optimizer::merge_classes): Use the
counter.
2015-05-18 Martin Liska <mliska@suse.cz>
* dbgcnt.def: Sort counters.
* opts.c (common_handle_option): Do not compile if
-fdbg-cnt-list is enabled.
......
......@@ -123,6 +123,7 @@ along with GCC; see the file COPYING3. If not see
#include "ipa-icf-gimple.h"
#include "ipa-icf.h"
#include "stor-layout.h"
#include "dbgcnt.h"
using namespace ipa_icf_gimple;
......@@ -3453,7 +3454,8 @@ sem_item_optimizer::merge_classes (unsigned int prev_class_count)
alias->dump_to_file (dump_file);
}
merged_p |= source->merge (alias);
if (dbg_cnt (merged_ipa_icf))
merged_p |= source->merge (alias);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment