diff options
Diffstat (limited to 'test/torture-s/compare-2.c.s')
-rw-r--r-- | test/torture-s/compare-2.c.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/compare-2.c.s b/test/torture-s/compare-2.c.s index 322374bc2..0ee0834d2 100644 --- a/test/torture-s/compare-2.c.s +++ b/test/torture-s/compare-2.c.s @@ -8,10 +8,10 @@ foo: # @foo .param i32, i32 .result i32 # BB#0: # %entry - i32.ge_u $push0=, $0, $1 - i32.le_s $push1=, $0, $1 - i32.and $push2=, $pop0, $pop1 - return $pop2 + i32.ge_u $push1=, $0, $1 + i32.le_s $push0=, $0, $1 + i32.and $push2=, $pop1, $pop0 + # fallthrough-return: $pop2 .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -24,7 +24,7 @@ main: # @main .result i32 # BB#0: # %if.end i32.const $push0=, 0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main |