Function retVoid [src]

Prototype

pub fn retVoid(self: *WipFunction) Allocator.Error!Instruction.Index

Parameters

self: *WipFunction

Source

pub fn retVoid(self: *WipFunction) Allocator.Error!Instruction.Index { try self.ensureUnusedExtraCapacity(1, NoExtra, 0); return try self.addInst(null, .{ .tag = .@"ret void", .data = undefined }); }