IR: implement setFnVisible builtin

This commit is contained in:
Andrew Kelley
2016-11-21 15:36:25 -05:00
parent 052cd44588
commit a2257e4b81
6 changed files with 371 additions and 305 deletions

View File

@@ -1649,6 +1649,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdPtrTypeChild:
case IrInstructionIdFieldPtr:
case IrInstructionIdSetFnTest:
case IrInstructionIdSetFnVisible:
case IrInstructionIdSetDebugSafety:
case IrInstructionIdArrayType:
case IrInstructionIdSliceType: