better result location handling of inline loops

This commit is contained in:
Andrew Kelley
2019-06-15 19:19:13 -04:00
parent 6bf193af19
commit 9564c05cd5
7 changed files with 146 additions and 50 deletions

View File

@@ -5561,6 +5561,7 @@ static LLVMValueRef ir_render_instruction(CodeGen *g, IrExecutable *executable,
case IrInstructionIdAllocaGen:
case IrInstructionIdImplicitCast:
case IrInstructionIdResolveResult:
case IrInstructionIdResetResult:
case IrInstructionIdResultPtr:
case IrInstructionIdContainerInitList:
case IrInstructionIdSliceSrc: