X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_while_example.c;h=63ace9d60b8bb63e7c41d44a5ca91d08243db5cf;hb=94bbcab3411b7f309d30759258697f207509273c;hp=63a6f3005e61ad6f17c8dfefa5b6eb0222fadc53;hpb=493a2be714558086f03e0e2d17285e039c83a011;p=libfirm diff --git a/testprograms/if_while_example.c b/testprograms/if_while_example.c index 63a6f3005..63ace9d60 100644 --- a/testprograms/if_while_example.c +++ b/testprograms/if_while_example.c @@ -23,9 +23,9 @@ * This file constructs the ir for the following pseudo-program: * * main() { -* int a = 0; /* pos 0 */ -* int b = 1; /* pos 1 */ -* int h; /* pos 2 */ +* int a = 0; // pos 0 +* int b = 1; // pos 1 +* int h; // pos 2 * * if (0 == 0) * { a = 2; }