summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-04-11 21:21:50 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-04-11 21:24:24 -0700
commit5da280167ac6f3e76d27c109ee08ae1747405b5c (patch)
tree6b84391334e16e8bef46fc8629a33fc9b0747659 /test/unit.fromasm.imprecise
parent546a234d6e195a69c5e0b89cf20ed020f8d09db5 (diff)
downloadbinaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.tar.gz
binaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.tar.bz2
binaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.zip
drop completely unused locals in ReorderLocals
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r--test/unit.fromasm.imprecise10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise
index 93a9a4447..613180bbd 100644
--- a/test/unit.fromasm.imprecise
+++ b/test/unit.fromasm.imprecise
@@ -11,7 +11,6 @@
(export "big_negative" $big_negative)
(table $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative
- (local $temp f64)
(f64.const -2147483648)
(f64.const -2147483648)
(f64.const -21474836480)
@@ -19,7 +18,6 @@
(f64.const -0.039625)
)
(func $importedDoubles (result f64)
- (local $temp f64)
(f64.add
(f64.add
(f64.add
@@ -71,7 +69,6 @@
(func $doubleCompares (param $x f64) (param $y f64) (result f64)
(local $Int f64)
(local $Double i32)
- (local $t f64)
(if
(f64.gt
(get_local $x)
@@ -145,7 +142,6 @@
)
)
(func $seq
- (local $J f64)
(f64.sub
(block
(f64.const 0.1)
@@ -158,7 +154,6 @@
)
)
(func $switcher (param $x i32) (result i32)
- (local $waka i32)
(block $switch-default$3
(block $switch-case$2
(block $switch-case$1
@@ -274,7 +269,6 @@
)
)
(func $big_uint_div_u (result i32)
- (local $x i32)
(return
(i32.and
(i32.div_u
@@ -304,9 +298,6 @@
)
(func $abs
(local $asm2wasm_i32_temp i32)
- (local $z f32)
- (local $y f64)
- (local $x i32)
(block
(select
(i32.sub
@@ -433,7 +424,6 @@
)
)
(func $ceiling_32_64 (param $u f32) (param $B f64)
- (local $temp f32)
(f32.demote/f64
(f64.ceil
(get_local $B)