var types, alignment, and comptime

This commit is contained in:
Andrew Kelley
2019-06-03 17:46:58 -04:00
parent 735543d502
commit eb8a132d23
5 changed files with 141 additions and 84 deletions

View File

@@ -5612,6 +5612,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdAllocaSrc:
case IrInstructionIdEndExpr:
case IrInstructionIdAllocaGen:
case IrInstructionIdImplicitCast:
zig_unreachable();
case IrInstructionIdDeclVarGen: