| author | |
| committer | |
| log | 4a6deaff5f4d57641b794071eb60629faa9f393a |
| tree | 341400e291a67895fae2fe1bb9ec91f1ea316e43 |
| parent | 701cebeb30252abb59505e8c03a8b762f16c452f |
1 files changed, 0 insertions(+), 1 deletions(-)
src/codegen/c.zig-1| ... | ... | @@ -4468,7 +4468,6 @@ fn airAsm(f: *Function, inst: Air.Inst.Index) !CValue { |
| 4468 | 4468 | const writer = f.object.writer(); |
| 4469 | 4469 | const inst_ty = f.air.typeOfIndex(inst); |
| 4470 | 4470 | const local = if (inst_ty.hasRuntimeBitsIgnoreComptime()) local: { |
| 4471 | // TODO free this after using it | |
| 4472 | 4471 | const local = try f.allocLocal(inst, inst_ty); |
| 4473 | 4472 | if (f.wantSafety()) { |
| 4474 | 4473 | try f.writeCValue(writer, local, .Other); |