From: Michael Beck Date: Tue, 10 Apr 2007 11:49:18 +0000 (+0000) Subject: irg_reg_walk_func() added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f2256db1c34e0298c4b717bb06e562d842a82e9e;p=libfirm irg_reg_walk_func() added [r12688] --- diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index 2afd4056f..4c422e2f5 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -112,6 +112,11 @@ typedef struct _ir_extblk ir_extblk, *ir_extblk_ptr; typedef void irg_walk_func(ir_node *, void *); #endif +#ifndef _IRG_REG_WALK_FUNC_TYPEDEF_ +#define _IRG_REG_WALK_FUNC_TYPEDEF_ +typedef void irg_reg_walk_func(ir_region *, void *); +#endif + #ifndef _SEQNO_T_TYPEDEF_ #define _SEQNO_T_TYPEDEF_ typedef struct sn_entry *seqno_t;