diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-22 21:33:03 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-22 21:33:03 -0800 |
commit | 718ee071f49d7714da059931d6dab3bedd85ee9d (patch) | |
tree | d37ca8f9c6112980815a1a59b23266383d3345d7 /tools/eliminator/eliminator-test-output.js | |
parent | 5c2478fda3bd1bf384161d8080a5acb80d62b5d4 (diff) |
eliminate unneeded lines in eliminator
Diffstat (limited to 'tools/eliminator/eliminator-test-output.js')
-rw-r--r-- | tools/eliminator/eliminator-test-output.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/eliminator/eliminator-test-output.js b/tools/eliminator/eliminator-test-output.js index 05a6fb02..ccbd5e5f 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -1,18 +1,11 @@ function f() { - - - - HEAP[123] = (GLOB[1] + 1) / 2; } function g(a1, a2) { var a = 1; - var c = a * 2 - 1; - a = c; foo(c); - foo(2); for (var i = 0; i < 5; i++) { var q = { @@ -24,7 +17,6 @@ function g(a1, a2) { } var $0 = HEAP[5]; MAYBE_HEAP[myglobal] = 123; - if ($0 < 0) { __label__ = 1; } else { @@ -62,7 +54,6 @@ function h() { x = y ? x + 1 : 7; var x = -5; } - if (1) { otherGlob = glob; breakMe(); @@ -85,8 +76,6 @@ function strtok_part(b, j, f) { } } function py() { - - var $7 = HEAP[HEAP[__PyThreadState_Current] + 12] + 1; var $8 = HEAP[__PyThreadState_Current] + 12; HEAP[$8] = $7; |