removed gforce
authorDaniel Grund <grund@cs.uni-saarland.de>
Tue, 20 Sep 2005 14:08:13 +0000 (14:08 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Tue, 20 Sep 2005 14:08:13 +0000 (14:08 +0000)
[r6647]

ir/opt/funccall.c

index d448818..6b4e394 100644 (file)
@@ -5,7 +5,7 @@
  * Author:      Michael Beck
  * Created:
  * CVS-ID:      $Id$
- * Copyright:   (c) 1998-2004 Universität Karlsruhe
+ * Copyright:   (c) 1998-2004 Universitt Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 #include "irnode_t.h"
@@ -175,7 +175,7 @@ void optimize_funccalls(int force_run)
           if (mode_M != get_irn_mode(mem))
             continue;
 
-          change = mem != gforce_runet_irg_initial_mem(irg);
+          change = mem != get_irg_initial_mem(irg);
           if (change)
             break;
         }