JS/Inlining: refactor TemporaryAssignmentElimination, add more tests

This commit is contained in:
Alexey Andreev
2016-05-26 12:21:43 +03:00
parent b8b6999afc
commit a26c09ae81
8 changed files with 356 additions and 34 deletions
@@ -28,4 +28,10 @@ class TemporaryAssignmentEliminationTest : BasicOptimizerTest("temporary-assignm
@Test fun skipsGlobalDeclarations() = box()
@Test fun transitiveAssignment() = box()
@Test fun transitiveChain() = box()
@Test fun tryCatch() = box()
@Test fun ifWithoutElse() = box()
}