From f2256db1c34e0298c4b717bb06e562d842a82e9e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 10 Apr 2007 11:49:18 +0000 Subject: [PATCH] irg_reg_walk_func() added [r12688] --- ir/common/firm_types.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.20.1