comparison: js/src/jit-test/tests/ion/bug677073.js
js/src/jit-test/tests/ion/bug677073.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Don't assert. |
|
2 function a(p0) { |
|
3 var x = 0; |
|
4 if (p0|0) { |
|
5 x = p0; |
|
6 } |
|
7 return x; |
|
8 } |
|
9 assertEq(a(1), 1); |