Tuple support in codegen

This commit is contained in:
gingerBill
2016-08-10 11:53:17 +01:00
parent c930841f83
commit 153c27c755
9 changed files with 244 additions and 112 deletions

View File

@@ -81,6 +81,8 @@ void ssa_gen_code(ssaGen *s) {
ssa_build_proc(v);
}
// m->layout = make_string("e-p:64:64:64");
ssa_print_llvm_ir(&s->output_file, &s->module);
}