X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcdep.c;h=d66dfb5d17ea0f5223e1be167336975499900761;hb=1552a7cecf3066be6397e8d8ed64cbfa505efd56;hp=41e6e1367d7089fa05507a703cc0fc5a23bf9b31;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/ana/cdep.c b/ir/ana/cdep.c index 41e6e1367..d66dfb5d1 100644 --- a/ir/ana/cdep.c +++ b/ir/ana/cdep.c @@ -20,6 +20,7 @@ /** * @file * @brief Implementation of cdep + * @author Christoph Mallon * @version $Id$ */ #include @@ -155,7 +156,7 @@ void compute_cdep(ir_graph *irg) { cdep_env env; free_cdep(irg); - cdep_data = xmalloc(sizeof(*cdep_data)); + cdep_data = XMALLOC(cdep_info); obstack_init(&cdep_data->obst); cdep_data->cdep_map = pmap_create();