Test case for historical reasons
[libfirm] / ir / be / mips / mips_new_nodes.c
index ad8ce10..81c63cf 100644 (file)
@@ -105,7 +105,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;