add a code emitter for at&t syntax

This commit is contained in:
Quentin Carbonneaux 2015-07-28 22:40:50 -04:00
parent 5f14d7fd7c
commit fd964388f7
4 changed files with 145 additions and 1 deletions

View file

@ -391,4 +391,5 @@ spill(Fn *fn)
memcpy(b->ins, curi, b->nins * sizeof(Ins));
b->in = v;
}
fn->nspill = ns;
}