From 1a5f50d81f1d101c12218380050e153c36f5c52e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 3 Jun 2007 14:30:58 +0000 Subject: [PATCH] used new ir_exc_region_t type [r14298] --- include/libfirm/irnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1