js/src/jit-test/tests/ion/bug894786.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:bf7ea8cc1c52
1 (function() {
2 "use asm";
3 function f(z)
4 {
5 z = z|0;
6 return (((0xc0000000 >>> z) >> 0) % -1)|0;
7 }
8 return f;
9 })()(0);

mercurial