diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index d34035bf2..b3ce6e84e 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -2139,10 +2139,7 @@ (select (get_local $2) (i32.const 0) - (i32.ne - (get_local $0) - (i32.const 0) - ) + (get_local $0) ) ) (func $___syscall_ret (param $0 i32) (result i32) @@ -4052,10 +4049,7 @@ ) ) (i32.const 4101) - (i32.ne - (get_local $9) - (i32.const 0) - ) + (get_local $9) ) ) (br $jumpthreading$inner$4) |