Change visibility of ForLoopsLowering from internal to public.

This commit is contained in:
Mark Punzalan
2019-04-15 23:12:51 -07:00
committed by max-kammerer
parent 152d5a98e8
commit 9f4db04839
@@ -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) { override fun lower(irFile: IrFile) {
val oldLoopToNewLoop = mutableMapOf<IrLoop, IrLoop>() val oldLoopToNewLoop = mutableMapOf<IrLoop, IrLoop>()