ipa-struct-reorg.c (make_field_acc_node, [...]): Use XCNEW instead of xcalloc.
authorJakub Jelinek <jakub@redhat.com>
Fri, 19 Feb 2010 18:31:01 +0000 (19:31 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 19 Feb 2010 18:31:01 +0000 (19:31 +0100)
commit25c0cad4febcc3c1297ccf500559fa76af4b3b18
treedeccd998eb003b2b20566d1556826450ef0f50f7
parente19bcb67dd5942d598c282427f91437166dd565d
ipa-struct-reorg.c (make_field_acc_node, [...]): Use XCNEW instead of xcalloc.

* ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
Use XCNEW instead of xcalloc.
(add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
XNEW instead of xmalloc.
(get_fields): Use XNEWVEC instead of xmalloc.

From-SVN: r156905
gcc/ChangeLog
gcc/ipa-struct-reorg.c