From 36de4f902c4eec9f8d918e00cf0bf89d6b670cf5 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 3 Apr 2024 16:00:15 +0300 Subject: add ssa form --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d6abb2d..8a59127 100644 --- a/src/main.c +++ b/src/main.c @@ -57,10 +57,8 @@ int main(int argc, char *argv[]) foreach_fn(i, p->fns) { struct fn_map m = fn_at(p->fns, i); - dump_function(m.fn); // also handles things like register mapping etc. optimize(m.fn); - dump_function(m.fn); // for now output(m.fn, stdout); } -- cgit v1.3