aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-06-03 17:46:58 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-03 17:46:58 -0400
commiteb8a132d23c5c2a365eb3a8034a381cb74c3436c (patch)
treed92dd1651af35c6a27ce8bdc5eea32d376365eec /src/codegen.cpp
parent735543d502d19152d4f834cc02207a8e4ddc378a (diff)
downloadzig-eb8a132d23c5c2a365eb3a8034a381cb74c3436c.tar.gz
zig-eb8a132d23c5c2a365eb3a8034a381cb74c3436c.zip
var types, alignment, and comptime
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index d468b60183..da4be1bf23 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -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: