JS/Inlining: improve test for removal of binary expresions without side effect, add tests for removal of a reference to a function parameter

This commit is contained in:
Alexey Andreev
2016-06-01 15:40:23 +03:00
parent b395d40e97
commit 774efa4e70
5 changed files with 58 additions and 21 deletions
@@ -26,4 +26,6 @@ class IneffectiveStatementEliminationTest() : BasicOptimizerTest("ineffective-st
@Test fun conditional() = box()
@Test fun literal() = box()
@Test fun parameters() = box()
}