From: Michael Beck Date: Fri, 18 Nov 2005 14:55:19 +0000 (+0000) Subject: renamed get_opt_redundant_LoadStore() into get_opt_redundant_loadstore() X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=06ac32c88eaea944000119efd4faadc6c3f0b30a;p=libfirm renamed get_opt_redundant_LoadStore() into get_opt_redundant_loadstore() [r6953] --- diff --git a/ir/opt/ldstopt.c b/ir/opt/ldstopt.c index 3517964c3..9a0bff899 100644 --- a/ir/opt/ldstopt.c +++ b/ir/opt/ldstopt.c @@ -955,7 +955,7 @@ void optimize_load_store(ir_graph *irg) assert(get_irg_pinned(irg) != op_pin_state_floats && "LoadStore optimization needs pinned graph"); - if (!get_opt_redundant_LoadStore()) + if (! get_opt_redundant_loadstore()) return; obstack_init(&env.obst);