aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/codegen.cpp
diff options
context:
space:
mode:
authorgingerBill <bill+github@gingerbill.org>2016-08-10 11:53:17 +0100
committergingerBill <bill+github@gingerbill.org>2016-08-10 11:53:17 +0100
commit153c27c7556ebef0c98055d87937b942d198f629 (patch)
treebdb5b61a78e4eed8f232a808a74fad480330529e /src/codegen/codegen.cpp
parentc930841f834e43df28be41e8e3509773a523ed0f (diff)
Tuple support in codegen
Diffstat (limited to 'src/codegen/codegen.cpp')
-rw-r--r--src/codegen/codegen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/codegen/codegen.cpp b/src/codegen/codegen.cpp
index 420be8ede..7af2c01cd 100644
--- a/src/codegen/codegen.cpp
+++ b/src/codegen/codegen.cpp
@@ -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);
}