renamed get_opt_real_func_call() to get_opt_real_function_call()
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Nov 2005 15:30:35 +0000 (15:30 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Nov 2005 15:30:35 +0000 (15:30 +0000)
[r6960]

ir/opt/funccall.c

index 8f7af6f..bc47dc8 100644 (file)
@@ -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 */