From bf7cde62c52b370f953db2cd6167a156771d8343 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 18 Nov 2016 20:57:27 -0500 Subject: IR: support setDebugSafety builtin function --- src/codegen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index 04a46c1530..13d783669d 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -1681,6 +1681,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable, case IrInstructionIdPtrTypeChild: case IrInstructionIdFieldPtr: case IrInstructionIdSetFnTest: + case IrInstructionIdSetDebugSafety: case IrInstructionIdArrayType: case IrInstructionIdSliceType: zig_unreachable(); -- cgit v1.2.3