aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-11-18 20:57:27 -0500
committerAndrew Kelley <superjoe30@gmail.com>2016-11-18 20:57:27 -0500
commitbf7cde62c52b370f953db2cd6167a156771d8343 (patch)
tree4f11799818dc793db8431332537b010620aad55f /src/codegen.cpp
parented31ae8867fd2d7b5274c6b127d42360b48fc49c (diff)
downloadzig-bf7cde62c52b370f953db2cd6167a156771d8343.tar.gz
zig-bf7cde62c52b370f953db2cd6167a156771d8343.zip
IR: support setDebugSafety builtin function
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 04a46c1530..13d783669d 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -1681,6 +1681,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdPtrTypeChild:
case IrInstructionIdFieldPtr:
case IrInstructionIdSetFnTest:
+ case IrInstructionIdSetDebugSafety:
case IrInstructionIdArrayType:
case IrInstructionIdSliceType:
zig_unreachable();