diff options
Diffstat (limited to 'test/llvm_autogenerated/func.s')
-rw-r--r-- | test/llvm_autogenerated/func.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/llvm_autogenerated/func.s b/test/llvm_autogenerated/func.s index 6573e62b2..913eee708 100644 --- a/test/llvm_autogenerated/func.s +++ b/test/llvm_autogenerated/func.s @@ -46,9 +46,8 @@ f4: block i32.const $push2=, 1 i32.and $push0=, $0, $pop2 - i32.const $push4=, 0 - i32.eq $push5=, $pop0, $pop4 - br_if 0, $pop5 + i32.eqz $push4=, $pop0 + br_if 0, $pop4 i32.const $push1=, 0 return $pop1 .LBB4_2: |