diff options
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/c.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen/c.zig b/src/codegen/c.zig index adc4035482..805b60b096 100644 --- a/src/codegen/c.zig +++ b/src/codegen/c.zig @@ -4468,7 +4468,6 @@ fn airAsm(f: *Function, inst: Air.Inst.Index) !CValue { const writer = f.object.writer(); const inst_ty = f.air.typeOfIndex(inst); const local = if (inst_ty.hasRuntimeBitsIgnoreComptime()) local: { - // TODO free this after using it const local = try f.allocLocal(inst, inst_ty); if (f.wantSafety()) { try f.writeCValue(writer, local, .Other); |
