please fix this to DBG(())
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2006 07:18:25 +0000 (07:18 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2006 07:18:25 +0000 (07:18 +0000)
[r8175]

ir/ana/irextbb2.c

index 6826e61..5aa0530 100644 (file)
@@ -210,12 +210,14 @@ void compute_extbb_execfreqs(ir_graph *irg, exec_freq_t *execfreqs) {
                        block = nblock;
                }
 
+#if 0
                for(i = 0; i < len; ++i) {
                        if(i > 0)
                                printf(", ");
                        ir_printf("%+F", extbb->blks[i]);
                }
                printf("\n");
+#endif
 
                extbb->link    = NULL;
                extbb->visited = 0;