X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeschedtrivial.c;h=b95fefedb82df60093276ca90d5cd96c2c6a035d;hb=22b354ac921664032c93e5f0176fa668c95dfc60;hp=f2196d7d471568274d98b44c96a96fbf12fa4149;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/be/beschedtrivial.c b/ir/be/beschedtrivial.c index f2196d7d4..b95fefedb 100644 --- a/ir/be/beschedtrivial.c +++ b/ir/be/beschedtrivial.c @@ -50,7 +50,7 @@ static ir_node *trivial_select(void *block_env, ir_nodeset_t *ready_set, /* assure that branches and constants are executed last */ foreach_ir_nodeset(ready_set, irn, iter) { - if (!arch_irn_class_is(irn, branch)) { + if (!is_cfop(irn)) { return irn; } }