comparison: js/src/jit-test/tests/ion/bug886243.js
js/src/jit-test/tests/ion/bug886243.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function f(x) |
|
2 { |
|
3 if (Math.imul(0xffffffff, x)) { |
|
4 return -x; |
|
5 } |
|
6 return 1; |
|
7 } |
|
8 f(0); |
|
9 f(0); |