Fixed #1663 and removed IrInstructionArrayLen

This commit is contained in:
Jimmi Holst Christensen
2018-11-16 14:07:23 +01:00
committed by Andrew Kelley
parent 332fdf33ee
commit be9bb0a857
5 changed files with 20 additions and 74 deletions

View File

@@ -5102,7 +5102,6 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdContainerInitFields:
case IrInstructionIdCompileErr:
case IrInstructionIdCompileLog:
case IrInstructionIdArrayLen:
case IrInstructionIdImport:
case IrInstructionIdCImport:
case IrInstructionIdCInclude: