Rename -fluffig to -fsync, perform opt_sync() (formerly opt_ldst2()) last to not...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 4 Sep 2008 09:32:17 +0000 (09:32 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 4 Sep 2008 09:32:17 +0000 (09:32 +0000)
[r21689]

include/libfirm/iroptimize.h
ir/opt/ldst2.c

index 88cd223..dc6d577 100644 (file)
@@ -196,7 +196,7 @@ struct ir_settings_if_conv_t {
  */
 void opt_if_conv(ir_graph *irg, const ir_settings_if_conv_t *params);
 
-void opt_ldst2(ir_graph *irg);
+void opt_sync(ir_graph *irg);
 
 /**
  * Load/Store optimization.
index b49925b..c2a1408 100644 (file)
@@ -838,7 +838,7 @@ static void walker(ir_node *proj, void *env)
 }
 
 
-void opt_ldst2(ir_graph *irg)
+void opt_sync(ir_graph *irg)
 {
        assure_irg_address_taken_computed(irg);
        assure_irp_globals_address_taken_computed();