mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
@deprecated: optimize sema implementation
mlugg suggested a better way of implementing analysis of an istruction that cannot be referenced by other instructions.
This commit is contained in:
parent
c75fdd96d2
commit
466fa311b1
@ -1412,7 +1412,8 @@ fn analyzeBodyInner(
|
||||
return sema.fail(block, src, "found deprecated code", .{});
|
||||
}
|
||||
|
||||
break :ext .void_value;
|
||||
i += 1;
|
||||
continue;
|
||||
},
|
||||
.disable_instrumentation => {
|
||||
try sema.zirDisableInstrumentation();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user