From 1fbb69904efeec12e57f1cf2d5f29a4f1110b2fe Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 18 Nov 2005 15:30:35 +0000 Subject: [PATCH] renamed get_opt_real_func_call() to get_opt_real_function_call() [r6960] --- ir/opt/funccall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/funccall.c b/ir/opt/funccall.c index 8f7af6f8e..bc47dc851 100644 --- a/ir/opt/funccall.c +++ b/ir/opt/funccall.c @@ -126,7 +126,7 @@ void optimize_funccalls(int force_run) int change; unsigned num_pure = 0; - if (! get_opt_real_func_call()) + if (! get_opt_real_function_call()) return; /* first step: detect, which functions are const, i.e. do NOT touch any memory */ -- 2.20.1