mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove alignment experiment
This commit is contained in:
+1
-1
@@ -1127,7 +1127,7 @@ void ir_print_instr(irFileBuffer *f, irModule *m, irValue *value) {
|
|||||||
ir_print_type(f, m, type);
|
ir_print_type(f, m, type);
|
||||||
ir_write_str_lit(f, "* ");
|
ir_write_str_lit(f, "* ");
|
||||||
ir_print_value(f, m, instr->Load.address, type);
|
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);
|
ir_print_debug_location(f, m, value);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user