Sema: AIR memory layout reworking for noreturn instructions
This commit is contained in:
@@ -1255,7 +1255,7 @@ pub const Scope = struct {
|
||||
pub fn addNoOp(block: *Block, tag: Air.Inst.Tag) error{OutOfMemory}!Air.Inst.Ref {
|
||||
return block.addInst(.{
|
||||
.tag = tag,
|
||||
.data = .no_op,
|
||||
.data = .{ .no_op = {} },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user