aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorJimmi Holst Christensen <jhc@liab.dk>2018-11-16 14:07:23 +0100
committerAndrew Kelley <superjoe30@gmail.com>2018-11-16 10:15:13 -0500
commitbe9bb0a8572577f5e5bbac83ff25b88467906d70 (patch)
treedda5689eddd5fa857abc70f114d678bb8069c295 /src/codegen.cpp
parent332fdf33eeeb0560d3f854c816196214aa4e9bc9 (diff)
downloadzig-be9bb0a8572577f5e5bbac83ff25b88467906d70.tar.gz
zig-be9bb0a8572577f5e5bbac83ff25b88467906d70.zip
Fixed #1663 and removed IrInstructionArrayLen
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 52fd396835..bd9063d020 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -5102,7 +5102,6 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdContainerInitFields:
case IrInstructionIdCompileErr:
case IrInstructionIdCompileLog:
- case IrInstructionIdArrayLen:
case IrInstructionIdImport:
case IrInstructionIdCImport:
case IrInstructionIdCInclude: