@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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user