diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-04-11 21:21:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-04-11 21:24:24 -0700 |
commit | 5da280167ac6f3e76d27c109ee08ae1747405b5c (patch) | |
tree | 6b84391334e16e8bef46fc8629a33fc9b0747659 /test/memorygrowth.fromasm.imprecise | |
parent | 546a234d6e195a69c5e0b89cf20ed020f8d09db5 (diff) | |
download | binaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.tar.gz binaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.tar.bz2 binaryen-5da280167ac6f3e76d27c109ee08ae1747405b5c.zip |
drop completely unused locals in ReorderLocals
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index 2a739d2af..d81ecaa81 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -133,7 +133,6 @@ (local $Ka i32) (local $F i32) (local $Ba i32) - (local $p i32) (set_local $b (i32.load (i32.const 8) @@ -10215,7 +10214,6 @@ ) (func $Pa (param $a i32) (result i32) (local $c i32) - (local $b i32) (if (i32.gt_u (get_local $a) @@ -10277,7 +10275,6 @@ ) (func $Qa (result i32) (local $a i32) - (local $b i32) (if (i32.load (i32.const 1160) |