From 6b2d06710c52c348aa01b62007a2e990b47eee72 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 19 Dec 2016 00:41:37 -0500 Subject: IR: start a new passing self hosted test suite --- src/codegen.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index ada9bebf23..d275bea386 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -2286,9 +2286,11 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable, case IrInstructionIdEnumTag: return ir_render_enum_tag(g, executable, (IrInstructionEnumTag *)instruction); case IrInstructionIdSwitchVar: + zig_panic("TODO render switch var instruction to LLVM"); case IrInstructionIdContainerInitList: + zig_panic("TODO render container init list instruction to LLVM"); case IrInstructionIdStructInit: - zig_panic("TODO render more IR instructions to LLVM"); + zig_panic("TODO render struct init to LLVM"); } zig_unreachable(); } -- cgit v1.2.3