mirror of git://gcc.gnu.org/git/gcc.git
ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*ipcp_transformations)][node->uid].
2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*ipcp_transformations)][node->uid]. From-SVN: r240903
This commit is contained in:
parent
b923394429
commit
676b4899d6
|
|
@ -1,3 +1,8 @@
|
|||
2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
|
||||
|
||||
* ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of
|
||||
(*ipcp_transformations)][node->uid].
|
||||
|
||||
2016-10-09 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
|
||||
|
|
|
|||
|
|
@ -5677,6 +5677,9 @@ ipcp_transform_function (struct cgraph_node *node)
|
|||
fbi.bb_infos.release ();
|
||||
free_dominance_info (CDI_DOMINATORS);
|
||||
(*ipcp_transformations)[node->uid].agg_values = NULL;
|
||||
(*ipcp_transformations)[node->uid].bits = NULL;
|
||||
(*ipcp_transformations)[node->uid].m_vr = NULL;
|
||||
|
||||
descriptors.release ();
|
||||
|
||||
if (!something_changed)
|
||||
|
|
|
|||
Loading…
Reference in New Issue