fix behavior for comptime and runtime basic block phi

This commit is contained in:
Andrew Kelley
2017-01-29 19:10:56 -05:00
parent e0a422ae7e
commit c75e58ffe6
2 changed files with 29 additions and 0 deletions

View File

@@ -5935,6 +5935,7 @@ static TypeTableEntry *ir_inline_bb(IrAnalyze *ira, IrInstruction *source_instru
return ir_unreach_error(ira);
}
old_bb->other = ira->old_irb.current_basic_block->other;
ir_start_bb(ira, old_bb, ira->old_irb.current_basic_block);
return ira->codegen->builtin_types.entry_unreachable;
}