Remove ununsed variable.
[libfirm] / ir / be / arm / arm_new_nodes.c
index 3fbe4fd..5b2a3e1 100644 (file)
@@ -25,9 +25,7 @@
  * @author Oliver Richter, Tobias Gneist
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdlib.h>
 
@@ -129,7 +127,7 @@ static void dump_reg_req(FILE *F, const ir_node *node,
                                }
                        }
 
-                       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;
 
@@ -237,9 +235,6 @@ static int arm_dump_node(ir_node *n, FILE *F, dump_reason_t reason) {
                                if (attr->flags & arch_irn_flags_rematerializable) {
                                        fprintf(F, " remat");
                                }
-                               if (attr->flags & arch_irn_flags_ignore) {
-                                       fprintf(F, " ignore");
-                               }
                        }
                        fprintf(F, " (%d)\n", attr->flags);