diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index acbeb2a0b..be4324f2c 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -9223,10 +9223,7 @@ (set_local $6 (i32.and (get_local $4) - (i32.xor - (i32.const 3) - (i32.const -1) - ) + (i32.const -4) ) ) (if |