Fix macro test which used pbqp transformer when it should not.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 9 Aug 2008 06:44:46 +0000 (06:44 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 9 Aug 2008 06:44:46 +0000 (06:44 +0000)
[r21072]

ir/be/ia32/bearch_ia32.c

index e931f1b..215872f 100644 (file)
@@ -948,7 +948,7 @@ static void ia32_prepare_graph(void *self) {
        if (cg->dump)
                be_dump(cg->irg, "-pre_transform", dump_ir_block_graph_sched);
 
-#ifndef FIRM_GRGEN_BE
+#ifdef FIRM_GRGEN_BE
        // disable CSE, because of two-step node-construction
        set_opt_cse(0);