X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_new_nodes.c;h=12778e95bf5f9da18bb3476d5c312f4570d4e302;hb=93da909d12b7bec51aa36ee5f05966c331f90fb9;hp=de84c775a782dbca81a2c4dfa3eef4257b677c9d;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_new_nodes.c b/ir/be/TEMPLATE/TEMPLATE_new_nodes.c index de84c775a..12778e95b 100644 --- a/ir/be/TEMPLATE/TEMPLATE_new_nodes.c +++ b/ir/be/TEMPLATE/TEMPLATE_new_nodes.c @@ -102,7 +102,7 @@ static void dump_reg_req(FILE *F, ir_node *n, const arch_register_req_t **reqs, } } - if (reqs[i]->type & arch_register_req_type_should_be_different) { + if (reqs[i]->type & arch_register_req_type_must_be_different) { const unsigned other = reqs[i]->other_different; int i;