iscc.c.: split up print_code
commitbdc0c7850f0bd1e369fd16eef4f1404ecbc65816
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 30 May 2015 13:13:19 +0000 (30 15:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 13 Jun 2015 12:03:21 +0000 (13 14:03 +0200)
treeffc2009d81ca4b25b0f6e6ca3deb8501a47f7474
parent5f4d2e1b1e1f15aa71f1aede0d917a27823fbbbd
iscc.c.: split up print_code

In particular, split the print_code function into a part that depends
on the schedule representation and a part that does not.
This will make it easier to also support AST generation on schedule trees.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
iscc.c