Commit 4a6deaff5f

Andrew Kelley <andrew@ziglang.org>
2022-12-04 03:49:17
CBE: remove stray comment
1 parent 701cebe
Changed files (1)
src
codegen
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);