aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/codegen.cpp
diff options
context:
space:
mode:
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);
}