Update the MIPS scheduler by removing stale arch_env uses.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_new_nodes.c
index de84c77..4333cbd 100644 (file)
@@ -24,9 +24,7 @@
  *          assembler irg.
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdlib.h>
 
@@ -102,7 +100,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;