X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcdep.c;h=d66dfb5d17ea0f5223e1be167336975499900761;hb=45ecc187cee7107c83c1f9618a1e1e586df73644;hp=4d35b2e04d4e6c304e026003f55f51ce4b1c1406;hpb=dee4107044b8f1be361d35c405371e083cc740c3;p=libfirm diff --git a/ir/ana/cdep.c b/ir/ana/cdep.c index 4d35b2e04..d66dfb5d1 100644 --- a/ir/ana/cdep.c +++ b/ir/ana/cdep.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -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();