IR: support setDebugSafety builtin function

This commit is contained in:
Andrew Kelley
2016-11-18 20:57:27 -05:00
parent ed31ae8867
commit bf7cde62c5
6 changed files with 168 additions and 77 deletions

View File

@@ -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();