From d2fed46d6b13be9698818d78a5704521885a1bab Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 17 Apr 2009 13:38:52 +0000 Subject: [PATCH] use environment also in non-debug mode. [r25823] --- ir/opt/opt_ldst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/opt/opt_ldst.c b/ir/opt/opt_ldst.c index 2fa6ad7aa..cf901f9e5 100644 --- a/ir/opt/opt_ldst.c +++ b/ir/opt/opt_ldst.c @@ -132,13 +132,13 @@ typedef struct ldst_env_t { #endif } ldst_env; +/* the one and only environment */ +static ldst_env env; + #ifdef DEBUG_libfirm static firm_dbg_module_t *dbg; -/* the one and only environment */ -static ldst_env env; - /** * Dumps the block list. * -- 2.20.1