X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firextbb.c;h=de41e7cb772200753eaa8f6aeb7a99888be41355;hb=69a273f6926cf85f60c3da082b4a451cfba683c3;hp=9cbd308138973e072a31d14d9263f6ddbf4f056c;hpb=9b716841c3b0865b86af8d3890b3914060c37ed0;p=libfirm diff --git a/ir/ana/irextbb.c b/ir/ana/irextbb.c index 9cbd30813..de41e7cb7 100644 --- a/ir/ana/irextbb.c +++ b/ir/ana/irextbb.c @@ -1,5 +1,5 @@ /* - * Copyrigth (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -137,7 +137,7 @@ static void pre_walk_calc_extbb(ir_node *block, void *ctx) } /** A special extended block used as sentinel */ -static ir_extblk _sentinel = { k_ir_extblk, 0xFEA1DEAD }; +static ir_extblk _sentinel = { k_ir_extblk, 0xFEA1DEAD, NULL, NULL }; /** * Post block-walker. Calculates the extended block info.