Review feedback

This commit is contained in:
Svyatoslav Scherbina
2016-12-05 13:59:54 +07:00
committed by SvyatoslavScherbina
parent 2531c34b64
commit e0dfd312e4
@@ -906,6 +906,8 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
/**
* Cache for [genContinue].
*
* Note: can't merge with [breakBlocks] because the code for `break` and `continue` is different.
*/
private val continueBlocks = mutableMapOf<IrLoop, LLVMBasicBlockRef>()