fixed indentation, deleted useless comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 4 Apr 2008 17:36:32 +0000 (17:36 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 4 Apr 2008 17:36:32 +0000 (17:36 +0000)
[r19132]

ir/be/ia32/bearch_ia32.c

index 1e65f83..d5a2dc0 100644 (file)
@@ -961,13 +961,8 @@ static void ia32_prepare_graph(void *self) {
                be_dump(cg->irg, "-pre_transform", dump_ir_block_graph_sched);
 
 #ifdef FIRM_GRGEN_BE
-        /* used for examination purposes only
-         * if(cg->dump)
-                dump_irg_grgen(cg->irg, "-pre_transform");
-         */
-
-        /* transform nodes into assembler instructions by PBQP magic */
-        ia32_transform_graph_by_pbqp(cg);
+       /* transform nodes into assembler instructions by PBQP magic */
+       ia32_transform_graph_by_pbqp(cg);
 #endif
 
        if (cg->dump)