Rewrite temporary variable elimination

This commit is contained in:
Alexey Andreev
2016-03-23 11:54:58 +03:00
parent 8709289b0a
commit cfdce8eaca
11 changed files with 642 additions and 144 deletions
@@ -24,4 +24,12 @@ class TemporaryVariableEliminationTest : BasicOptimizerTest("temporary-variable"
@Test fun assignment() = box()
@Test fun skipsGlobalDeclarations() = box()
@Test fun methodCall() = box()
@Test fun ifBranch() = box()
@Test fun tryCatch() = box()
@Test fun nonSideEffect() = box()
}