X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fendless_loop.c;h=48b7db3bd1ec0294a9fadccf2ea79e7ccc8de6fe;hb=94bbcab3411b7f309d30759258697f207509273c;hp=0c9c7f8f4ac80f59afab2f4ad33bc062295292b2;hpb=76572961989e62cef01b295c6c8af7460f6080dd;p=libfirm diff --git a/testprograms/endless_loop.c b/testprograms/endless_loop.c index 0c9c7f8f4..48b7db3bd 100644 --- a/testprograms/endless_loop.c +++ b/testprograms/endless_loop.c @@ -24,9 +24,9 @@ * * VAR_A is some extern variable. * -* main(int a) { // pos 0 -* int b = 1; // pos 1 -* int h; // pos 2 +* main(int a) { // pos 0 +* int b = 1; // pos 1 +* int h; // pos 2 * * while (0 == 0) loop { * h = a; @@ -88,8 +88,8 @@ main(void) r = new_immBlock (); add_in_edge (r, x); x = new_Cond (new_Proj(new_Cmp(new_Const (mode_Is, new_tarval_from_long (0, mode_Is)), - new_Const (mode_Is, new_tarval_from_long (0, mode_Is))), - mode_b, Eq)); + new_Const (mode_Is, new_tarval_from_long (0, mode_Is))), + mode_b, Eq)); f = new_Proj (x, mode_X, 0); t = new_Proj (x, mode_X, 1); @@ -146,7 +146,7 @@ main(void) /* output the vcg file */ printf("Done building the graph. Dumping it.\n"); - //turn_of_edge_labels(); + /* turn_of_edge_labels(); */ dump_keepalive_edges(true); dump_all_types(); dump_ir_block_graph (irg);