mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-14 16:26:54 +00:00
Fix data layout issue on Windows; Remove unused loads in SSA
This commit is contained in:
@@ -284,6 +284,7 @@ void ir_opt_build_referrers(irProcedure *proc) {
|
||||
irValue *instr = b->instrs[j];
|
||||
array_clear(&ops);
|
||||
ir_opt_add_operands(&ops, &instr->Instr);
|
||||
|
||||
for_array(k, ops) {
|
||||
irValue *op = ops[k];
|
||||
if (op == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user