Review feedback
This commit is contained in:
committed by
SvyatoslavScherbina
parent
2531c34b64
commit
e0dfd312e4
+2
@@ -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>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user