js/src/jit-test/tests/ion/bug754713-4.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7afd3f8747a6
1 function f(x) {
2 var y = (x < 0) ? 1 : 2;
3 Math.floor(0); // bailout
4 }
5 Math.floor(0);
6 f(1);

mercurial