X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeschedregpress.c;h=93ad72488d8aa3bae9fc5b07c6f2a69a834063bb;hb=59528405f7e6b495a3092ff206e4ca4626869ddc;hp=e86c99aeead96b07e41ed557ea77d82514c8a048;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/beschedregpress.c b/ir/be/beschedregpress.c index e86c99aee..93ad72488 100644 --- a/ir/be/beschedregpress.c +++ b/ir/be/beschedregpress.c @@ -290,7 +290,7 @@ static ir_node *reg_pressure_select(void *block_env, ir_nodeset_t *ready_set, Ignore branch instructions for the time being. They should only be scheduled if there is nothing else. */ - if (!arch_irn_class_is(irn, branch)) { + if (!is_cfop(irn)) { int costs = reg_pr_costs(env, irn); if (costs <= curr_cost) { res = irn;