else value when switching on error set has

optional capture value which is subset.

see #769
This commit is contained in:
Andrew Kelley
2019-05-14 18:06:02 -04:00
parent 6536b409df
commit df4f77024e
5 changed files with 207 additions and 23 deletions

View File

@@ -5572,6 +5572,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdTypeName:
case IrInstructionIdDeclRef:
case IrInstructionIdSwitchVar:
case IrInstructionIdSwitchElseVar:
case IrInstructionIdByteOffsetOf:
case IrInstructionIdBitOffsetOf:
case IrInstructionIdTypeInfo: