Change visibility of ForLoopsLowering from internal to public.
This commit is contained in:
committed by
max-kammerer
parent
152d5a98e8
commit
9f4db04839
+1
-1
@@ -89,7 +89,7 @@ val forLoopsPhase = makeIrFilePhase(
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
internal class ForLoopsLowering(val context: CommonBackendContext) : FileLoweringPass {
|
||||
class ForLoopsLowering(val context: CommonBackendContext) : FileLoweringPass {
|
||||
|
||||
override fun lower(irFile: IrFile) {
|
||||
val oldLoopToNewLoop = mutableMapOf<IrLoop, IrLoop>()
|
||||
|
||||
Reference in New Issue
Block a user