diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm | 1 | ||||
-rw-r--r-- | test/emcc_hello_world.fromasm | 5 | ||||
-rw-r--r-- | test/passes/O.txt | 1 | ||||
-rw-r--r-- | test/two_sides.fromasm | 2 | ||||
-rw-r--r-- | test/unit.fromasm | 1 |
5 files changed, 0 insertions, 10 deletions
diff --git a/test/emcc_O2_hello_world.fromasm b/test/emcc_O2_hello_world.fromasm index e056b0c05..ac4c031cc 100644 --- a/test/emcc_O2_hello_world.fromasm +++ b/test/emcc_O2_hello_world.fromasm @@ -7047,7 +7047,6 @@ (set_local $i13 (i32.const 0) ) - (get_local $i13) ) ) (func $_free (param $i1 i32) diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm index 1ced56e05..3b0331011 100644 --- a/test/emcc_hello_world.fromasm +++ b/test/emcc_hello_world.fromasm @@ -553,7 +553,6 @@ (get_local $$e) ) ) - (get_local $$call) ) (func $_strerror (param $$e i32) (result i32) (local $$0 i32) @@ -4400,7 +4399,6 @@ (i32.const 0) ) ) - (get_local $$cond) ) (func $___syscall_ret (param $$r i32) (result i32) (local $$call i32) @@ -27059,7 +27057,6 @@ (set_local $$retval$0 (i32.const 0) ) - (get_local $$retval$0) ) ) (func $_free (param $$mem i32) @@ -31321,7 +31318,6 @@ (get_local $$7$1) ) ) - (get_local $$10$0) ) (func $___remdi3 (param $$a$0 i32) (param $$a$1 i32) (param $$b$0 i32) (param $$b$1 i32) (result i32) (local $$rem i32) @@ -31587,7 +31583,6 @@ (i32.const 0) ) ) - (get_local $$1$0) ) (func $___uremdi3 (param $$a$0 i32) (param $$a$1 i32) (param $$b$0 i32) (param $$b$1 i32) (result i32) (local $$rem i32) diff --git a/test/passes/O.txt b/test/passes/O.txt index e2555d435..dec081fd4 100644 --- a/test/passes/O.txt +++ b/test/passes/O.txt @@ -6792,7 +6792,6 @@ (set_local $i37 (i32.const 0) ) - (get_local $i37) ) ) (func $_printf_core (param $i50 i32) (param $i3 i32) (param $i51 i32) (param $i52 i32) (param $i53 i32) (result i32) diff --git a/test/two_sides.fromasm b/test/two_sides.fromasm index aff27f665..a9b154e61 100644 --- a/test/two_sides.fromasm +++ b/test/two_sides.fromasm @@ -39,7 +39,6 @@ (get_local $d6) ) ) - (get_local $i5) ) (block (set_local $d6 @@ -71,7 +70,6 @@ (get_local $d6) ) ) - (get_local $i5) ) ) ) diff --git a/test/unit.fromasm b/test/unit.fromasm index 0eb3bcce4..98978436c 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -263,7 +263,6 @@ (i32.const -1) ) ) - (get_local $x) ) (func $fr (param $x f32) (local $y f32) |