revivie max_irg_visited
[libfirm] / ir / ir / irdumptxt.c
index e362352..afd542c 100644 (file)
@@ -621,10 +621,6 @@ static void dump_entity_linkage(FILE *F, const ir_entity *entity)
                fprintf(F, " constant");
        if (linkage & IR_LINKAGE_WEAK)
                fprintf(F, " weak");
-       if (linkage & IR_LINKAGE_LOCAL)
-               fprintf(F, " local");
-       if (linkage & IR_LINKAGE_EXTERN)
-               fprintf(F, " extern");
        if (linkage & IR_LINKAGE_GARBAGE_COLLECT)
                fprintf(F, " garbage_collect");
        if (linkage & IR_LINKAGE_MERGE)
@@ -715,7 +711,6 @@ void dump_entity_to_file_prefix(FILE *F, ir_entity *ent, char *prefix, unsigned
                                if (mask & mtp_property_nothrow)       fputs("nothrow_function, ", F);
                                if (mask & mtp_property_naked)         fputs("naked_function, ", F);
                                if (mask & mtp_property_malloc)        fputs("malloc_function, ", F);
-                               if (mask & mtp_property_weak)          fputs("weak_function, ", F);
                                if (mask & mtp_property_returns_twice) fputs("weak_function, ", F);
                                if (mask & mtp_property_intrinsic)     fputs("intrinsic_function, ", F);
                                if (mask & mtp_property_runtime)       fputs("runtime_function, ", F);