From ef4cfdedf59f357727d1f5f53032c4fbd6774aed Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 8 Jul 2007 20:15:46 +0000 Subject: [PATCH] Unbreak build. [r14985] --- ir/be/ia32/bearch_ia32.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index a99225756..eea972dbc 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -33,6 +33,7 @@ #include #include "pseudo_irg.h" +#include "irarch.h" #include "irgwalk.h" #include "irprog.h" #include "irprintf.h" @@ -1886,11 +1887,11 @@ static ia32_intrinsic_env_t intrinsic_env = { * Returns the libFirm configuration parameter for this backend. */ static const backend_params *ia32_get_libfirm_params(void) { - static const opt_if_conv_info_t ifconv = { + static const ir_settings_if_conv_t ifconv = { 4, /* maxdepth, doesn't matter for Psi-conversion */ ia32_is_psi_allowed /* allows or disallows Psi creation for given selector */ }; - static const arch_dep_params_t ad = { + static const ir_settings_arch_dep_t ad = { 1, /* also use subs */ 4, /* maximum shifts */ 31, /* maximum shift amount */ -- 2.20.1