diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-25 15:58:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-25 15:58:07 -0700 |
commit | 194a43696e1e33ad3894b0a3c0d916405d25b428 (patch) | |
tree | 5635123c344c97d32ec944f3e8debc763b044115 /tools | |
parent | 757853dce336fdfc0de82a1099154b6e34135aa4 (diff) |
deoptimize test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/eliminator/eliminator-test-output.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/eliminator/eliminator-test-output.js b/tools/eliminator/eliminator-test-output.js index cf637cd2..b35a35ee 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -176,11 +176,11 @@ function f3($s, $tree, $k) { } function llvm3_1() { while (check()) { + var $inc = $aj_0 + 1; if ($curri_01 % $zj_0 == 0) { break; } - var $j_0 = $aj_0 + 1; - run($j_0 / 2); + run($inc / 2); } } function _inflate($strm, $flush) { |