X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fthree_cfpred_example.c;h=2c283a1636dd7feeec5d653c03d1c122fec337a4;hb=94bbcab3411b7f309d30759258697f207509273c;hp=eb8a1b572498b4209cb5e7f378e8ac5bec6d11aa;hpb=29fb0e6e7e0a25930279564325a39554658552e0;p=libfirm diff --git a/testprograms/three_cfpred_example.c b/testprograms/three_cfpred_example.c index eb8a1b572..2c283a163 100644 --- a/testprograms/three_cfpred_example.c +++ b/testprograms/three_cfpred_example.c @@ -29,7 +29,7 @@ * Block1 scnCondBlock * | | | * | | | - * | \ / \ / + * | \ / \ / * | Block2 Block3 * \ | / * \ | / @@ -40,9 +40,9 @@ * This is a program as, e.g., * * if () then - * { Jmp label1; } // happens anyways + * { Jmp label1; } // happens anyways * else - * { Jmp label1; } // happens anyways + * { Jmp label1; } // happens anyways * label1: * return(); * Jmp label1; @@ -79,7 +79,7 @@ int main(int argc, char **argv) owner = get_glob_type(); proc_main = new_type_method(id_from_str(METHODNAME, strlen(METHODNAME)), - NRARGS, NRES); + NRARGS, NRES); set_method_param_type(proc_main, 0, prim_t_int); set_method_res_type(proc_main, 0, prim_t_int);