X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fstructure.c;h=b73369a61bd5ef2444f0a7ab8b18e25ec4c5259b;hb=45ecc187cee7107c83c1f9618a1e1e586df73644;hp=26b1a25283f852026b13c334553dee26a15f0a01;hpb=c046a33ef59e5ff97d868b22cec60f44f5e8eff6;p=libfirm diff --git a/ir/ana/structure.c b/ir/ana/structure.c index 26b1a2528..b73369a61 100644 --- a/ir/ana/structure.c +++ b/ir/ana/structure.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. * @@ -1002,7 +1002,7 @@ static void reduce(walk_env *env, ir_region *reg) { ir_reg_tree *construct_region_tree(ir_graph *irg) { walk_env env; ir_graph *rem = current_ir_graph; - ir_reg_tree *res = xmalloc(sizeof(*res)); + ir_reg_tree *res = XMALLOC(ir_reg_tree); obstack_init(&res->obst);