diff options
Diffstat (limited to 'test/torture-s/20120817-1.c.s')
-rw-r--r-- | test/torture-s/20120817-1.c.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/torture-s/20120817-1.c.s b/test/torture-s/20120817-1.c.s index bc1f36dfa..6ec559ef5 100644 --- a/test/torture-s/20120817-1.c.s +++ b/test/torture-s/20120817-1.c.s @@ -16,7 +16,7 @@ f: # @f i64.mul $push6=, $pop4, $pop5 i64.const $push7=, 40 i64.add $push8=, $pop6, $pop7 - return $pop8 + # fallthrough-return: $pop8 .endfunc .Lfunc_end0: .size f, .Lfunc_end0-f @@ -29,9 +29,9 @@ main: # @main .result i32 # BB#0: # %entry block - i64.call $push0=, f@FUNCTION - i64.const $push1=, 16 - i64.ne $push2=, $pop0, $pop1 + i64.call $push1=, f@FUNCTION + i64.const $push0=, 16 + i64.ne $push2=, $pop1, $pop0 br_if 0, $pop2 # 0: down to label0 # BB#1: # %if.end i32.const $push3=, 0 |