s/\<\(LC_\)\?INLINE\>/inline/.
[libfirm] / ir / be / mips / mips_new_nodes.c
index ad8ce10..e88434e 100644 (file)
@@ -25,9 +25,7 @@
  * @author   Matthias Braun, Mehdi
  * @version  $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdlib.h>
 
@@ -105,7 +103,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;