[JS IR BE] process empty loops correctly in BlockDecomposerLowering

This commit is contained in:
Zalim Bashorov
2018-10-10 14:23:51 +03:00
parent 6d592ae66b
commit 8013a56286
6 changed files with 70 additions and 6 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
do while (false);