diff options
| author | gingerBill <bill@gingerbill.org> | 2019-01-04 17:39:20 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-01-04 17:39:20 +0000 |
| commit | 3a18ae397843ff4ec3f161b28f6473c1945663c8 (patch) | |
| tree | a68485e436545b1fe4901a57ba063c8141eccbd7 /src | |
| parent | f294c1adeeeb125234257ae25e1a85c807c594be (diff) | |
Remove alignment experiment
Diffstat (limited to 'src')
| -rw-r--r-- | src/ir_print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index b7e69b37c..40325ae9f 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -1127,7 +1127,7 @@ void ir_print_instr(irFileBuffer *f, irModule *m, irValue *value) { ir_print_type(f, m, type); ir_write_str_lit(f, "* "); ir_print_value(f, m, instr->Load.address, type); - // ir_fprintf(f, ", align %lld", type_align_of(type)); + ir_fprintf(f, ", align %lld", type_align_of(type)); ir_print_debug_location(f, m, value); break; } |