summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1323854.js
blob: 7021d6a6d9b31311d21dc71cc7c2aed7dbefeced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
g = (function () {
    "use asm";
    function f(i0, d1) {
        d1 = 4258326539 >>> 0;
        switch (-8 && i0) {
            case -1:
                d1 = 0;
            case 0:
        }
    }
    return f;
})();
g();
g();