Commit 33b3af3f by Martin Liska Committed by Martin Liska

Unset m_checker in sem_function::init.

2019-11-18  Martin Liska  <mliska@suse.cz>

	PR ipa/92525
	* ipa-icf.c (sem_function::init): Unset m_checker
	at the end of the function.

From-SVN: r278405
parent 25bfebe0
2019-11-18 Martin Liska <mliska@suse.cz>
PR ipa/92525
* ipa-icf.c (sem_function::init): Unset m_checker
at the end of the function.
2019-11-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/92558
......@@ -1410,6 +1410,8 @@ sem_function::init (ipa_icf_gimple::func_checker *checker)
hstate.add_flag (cnode->thunk.virtual_offset_p);
gcode_hash = hstate.end ();
}
m_checker = NULL;
}
/* Improve accumulated hash for HSTATE based on a gimple statement STMT. */
......
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