diff options
Diffstat (limited to 'test/wasm-only.fromasm')
-rw-r--r-- | test/wasm-only.fromasm | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/test/wasm-only.fromasm b/test/wasm-only.fromasm index 596ab5eb6..f2c80a778 100644 --- a/test/wasm-only.fromasm +++ b/test/wasm-only.fromasm @@ -368,24 +368,7 @@ (local $2 f64) (set_local $0 (call $i64s-div - (block (result i64) - (set_local $0 - (i64.mul - (i64.sub - (i64.add - (i64.const 128849018897) - (i64.const 100) - ) - (i64.const 128849018897) - ) - (i64.const 128849018897) - ) - ) - (i64.div_u - (get_local $0) - (i64.const 128849018897) - ) - ) + (i64.const 100) (i64.const 128849018897) ) ) |