Small simplification in ia32 ASM emitter.
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
index 31ea832..2efc7b7 100644 (file)
@@ -107,7 +107,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) {
                                unsigned other = reqs[i]->other_different;
                                int i;