From fea299101e55526c9f97283bfbf54ed6b241813c Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 27 May 2011 15:25:03 +0200 Subject: [PATCH] struct ir_settings_if_conv_t does not exist anymore. --- include/libfirm/firm_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index 13bab5669..bccb220b7 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -68,7 +68,6 @@ typedef void irg_reg_walk_func(ir_region *, void *); /* settings */ typedef struct ir_settings_arch_dep_t ir_settings_arch_dep_t; -typedef struct ir_settings_if_conv_t ir_settings_if_conv_t; /* Needed for MSVC to suppress warnings because it doest NOT handle const right. */ typedef const ir_node *ir_node_cnst_ptr; -- 2.20.1