another instance of wrong block in new_Proj
[libfirm] / ir / ir / irdump.c
index 97b934b..8b491cc 100644 (file)
@@ -759,9 +759,6 @@ int dump_node_opcode(FILE *F, ir_node *n)
                case symconst_enum_const:
                        fprintf(F, "SymC %s enum", get_enumeration_name(get_SymConst_enum(n)));
                        break;
-               case symconst_label:
-                       fprintf(F, "SymC %lu label", get_SymConst_label(n));
-                       break;
                }
                break;
 
@@ -2030,7 +2027,9 @@ static void dump_enum_item(FILE *F, ir_type *tp, int pos)
  * Dumps a new style initializer.
  */
 static void dump_entity_initializer(FILE *F, const ir_entity *ent) {
-
+       /* TODO */
+       (void) F;
+       (void) ent;
 }
 
 /** Dumps a type or entity and it's edges. */