From: Michael Beck Date: Sun, 3 Jun 2007 14:30:58 +0000 (+0000) Subject: used new ir_exc_region_t type X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1a5f50d81f1d101c12218380050e153c36f5c52e;p=libfirm used new ir_exc_region_t type [r14298] --- diff --git a/include/libfirm/irnode.h b/include/libfirm/irnode.h index d2072abe2..3ae49ebd2 100644 --- a/include/libfirm/irnode.h +++ b/include/libfirm/irnode.h @@ -385,7 +385,7 @@ void set_Block_extbb(ir_node *block, ir_extblk *extblk); /** Get the Macro Block header of a (sub-) block. */ ir_node *get_Block_MacroBlock(const ir_node *block); /** Returns the exception region number of a Block. */ -unsigned long get_Block_exc_region(const ir_node *block); +ir_exc_region_t get_Block_exc_region(const ir_node *block); /** Returns the ir_graph this Block belongs to. */ ir_graph *get_Block_irg(const ir_node *block);