summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/cacheir/bug1438727.2.js
blob: d6941f7ea955a15ef1f693a710b169017b0f137d (plain)
1
2
3
4
5
6
var lfRandom = 0;
var i = 0;
while (i < 1000) {
    lfRunTypeId = 4 + (lfRandom % 2);
    i++;
}