aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-11-21 15:36:25 -0500
committerAndrew Kelley <superjoe30@gmail.com>2016-11-21 15:36:25 -0500
commita2257e4b81764f8603a39b74eae3622651ec7d6b (patch)
tree6e046fee9d846528f4259926d49e4c1ec8208df4 /src/codegen.cpp
parent052cd44588a94550a431adc6d1ff5af7e4439c88 (diff)
downloadzig-a2257e4b81764f8603a39b74eae3622651ec7d6b.tar.gz
zig-a2257e4b81764f8603a39b74eae3622651ec7d6b.zip
IR: implement setFnVisible builtin
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 45cdd400c4..541bb500eb 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -1649,6 +1649,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdPtrTypeChild:
case IrInstructionIdFieldPtr:
case IrInstructionIdSetFnTest:
+ case IrInstructionIdSetFnVisible:
case IrInstructionIdSetDebugSafety:
case IrInstructionIdArrayType:
case IrInstructionIdSliceType: