X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeasm_dump_globals.c;h=6a823679d874cd231c0b65e90398c71e35ad91cf;hb=b5015a463c26d80d50e93cbf6e3edc1ecfac2cfc;hp=e48fbdee75369434bdc07641a4eb6e0429a963dc;hpb=321bc1e19e5a19a0126ccc1fe7ed428416b6a6d0;p=libfirm diff --git a/ir/be/beasm_dump_globals.c b/ir/be/beasm_dump_globals.c index e48fbdee7..6a823679d 100644 --- a/ir/be/beasm_dump_globals.c +++ b/ir/be/beasm_dump_globals.c @@ -209,10 +209,10 @@ static void asm_dump_global ( assembler_t *assembler, entity *ent) { type *ty = get_entity_type(ent); const char *ld_name = get_entity_ld_name(ent); - int align, is_constant, h; - int i,j,size = 0; + int align, /*is_constant,*/ h; + int i, /*j,*/ size = 0; ent_variability variability; - ent_visibility visibility; + visibility visibility; asm_segment_t target_segment = ASM_SEGMENT_DATA_INIT; @@ -314,14 +314,14 @@ static void asm_dump_global ( assembler_t *assembler, entity *ent) /* collect the values and store them at the offsets */ for(i = 0; i < get_compound_ent_n_values(ent); ++i) { - int graph_length, aipos, offset, stepsize; + int graph_length, aipos, offset/*, stepsize*/; struct arr_info *ai; - int found = 0; + /*int found = 0;*/ int all_n = 1; - entity *member = get_compound_ent_value_member(ent, i); + /*entity *member = get_compound_ent_value_member(ent, i); */ compound_graph_path *path = get_compound_ent_value_path(ent, i); entity *node = get_compound_graph_path_node(path, 0); - type *node_type = get_entity_type(node); + /*type *node_type = get_entity_type(node);*/ /* get the access path to the costant value */ graph_length = get_compound_graph_path_length(path);