diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-15 19:19:13 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-15 19:19:13 -0400 |
| commit | 9564c05cd5641095d48baf982a372f00bdf02659 (patch) | |
| tree | 695ceb61c44021f4a04608e20f4be7f007830586 /src/codegen.cpp | |
| parent | 6bf193af192ffaf3465958a243ec8fc8941cfe4d (diff) | |
| download | zig-9564c05cd5641095d48baf982a372f00bdf02659.tar.gz zig-9564c05cd5641095d48baf982a372f00bdf02659.zip | |
better result location handling of inline loops
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp index 42670f9005..4c212c95ab 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -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: |
