*** empty log message ***
authorDaniel Grund <grund@cs.uni-saarland.de>
Mon, 17 Jan 2005 15:44:06 +0000 (15:44 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Mon, 17 Jan 2005 15:44:06 +0000 (15:44 +0000)
ir/be/bephiopt.c

index 31a7786..e46a0cf 100644 (file)
@@ -10,6 +10,7 @@
 #include "irgraph.h"
 #include "irnode.h"
 #include "irgwalk.h"
+#include "irouts.h"
 #include "irdom.h"
 
 #include "bephiopt.h"
@@ -74,6 +75,7 @@ void be_phi_opt(ir_graph* irg) {
 
        /* try to coalesce the colors of each phi class */
        DBG((dbgphi, 1, "-----------------------> Coalescing <---------------------------------\n\n"));
+       compute_outs(irg);
        compute_doms(irg);
        be_phi_coalesce(all_phi_classes);
        free_dom_and_peace(irg);