Remove the AST node for while, use the one for for instead.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Aug 2012 06:23:05 +0000 (08:23 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 3 Sep 2012 16:28:52 +0000 (18:28 +0200)
commit9892076e623fc4fd1cfc9eeeac5adb9de50b1e10
treea55d24080295f2f734058740e2849195a0706011
parent496f7ce14a32c7855579affec4655f9dc9cb12db
Remove the AST node for while, use the one for for instead.

This removes quite a bit of code duplication.
ast.c
ast.h
ast2firm.c
ast_t.h
libfirm
parser.c
walk.c