aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-asm-pre-output-f32.js
blob: 19059619e17fbaefa9df3f414164bce8d2c753bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function badf() {
 var $9 = 0;
 $9 = $8 | 0;
 HEAP32[$gep23_asptr >> 2] = $9;
}
function badf2() {
 var $9 = Math_fround(0);
 $9 = Math_fround($8);
 HEAPF32[$gep23_asptr >> 2] = $9;
}
function dupe() {
 x = Math_fround(x);
 x = Math_fround(x);
 x = Math_fround(x);
 x = Math_fround(x);
}