comparison: js/src/jit-test/tests/ion/bug677074.js
js/src/jit-test/tests/ion/bug677074.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f0(p0,p1) { |
|
2 if (p0) { |
|
3 p1 + p1; |
|
4 } else if (p0); |
|
5 } |
|
6 print(f0(0,0)); |