defer statements

This commit is contained in:
gingerBill
2016-08-16 18:53:02 +01:00
parent 5da6b74567
commit 2d49a61563
13 changed files with 338 additions and 454 deletions

View File

@@ -128,6 +128,7 @@ void ssa_gen_code(ssaGen *s) {
map_set(&m->members, hash_string(name), p);
ssaProcedure *proc = &p->proc;
proc->tags = ProcTag_no_inline; // TODO(bill): is no_inline a good idea?
ssa_begin_procedure_body(proc);