diff options
Diffstat (limited to 'test/passes/O.bin.txt')
-rw-r--r-- | test/passes/O.bin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/O.bin.txt b/test/passes/O.bin.txt index 4c64af9c6..9c68478ac 100644 --- a/test/passes/O.bin.txt +++ b/test/passes/O.bin.txt @@ -7,7 +7,7 @@ (export "fac-iter-named" (func $3)) (export "fac-opt" (func $4)) (func $0 (type $0) (param $0 i64) (result i64) - (if i64 + (if (result i64) (i64.eq (get_local $0) (i64.const 0) @@ -25,7 +25,7 @@ ) ) (func $1 (type $0) (param $0 i64) (result i64) - (if i64 + (if (result i64) (i64.eq (get_local $0) (i64.const 0) |