| ... | @@ -4468,7 +4468,6 @@ fn airAsm(f: *Function, inst: Air.Inst.Index) !CValue { | ... | @@ -4468,7 +4468,6 @@ fn airAsm(f: *Function, inst: Air.Inst.Index) !CValue { |
| 4468 | const writer = f.object.writer(); | 4468 | const writer = f.object.writer(); |
| 4469 | const inst_ty = f.air.typeOfIndex(inst); | 4469 | const inst_ty = f.air.typeOfIndex(inst); |
| 4470 | const local = if (inst_ty.hasRuntimeBitsIgnoreComptime()) local: { | 4470 | const local = if (inst_ty.hasRuntimeBitsIgnoreComptime()) local: { |
| 4471 | // TODO free this after using it | | |
| 4472 | const local = try f.allocLocal(inst, inst_ty); | 4471 | const local = try f.allocLocal(inst, inst_ty); |
| 4473 | if (f.wantSafety()) { | 4472 | if (f.wantSafety()) { |
| 4474 | try f.writeCValue(writer, local, .Other); | 4473 | try f.writeCValue(writer, local, .Other); |