diff options
Diffstat (limited to 'test/torture-s/divmod-1.c.s')
-rw-r--r-- | test/torture-s/divmod-1.c.s | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/torture-s/divmod-1.c.s b/test/torture-s/divmod-1.c.s index 586cde7b2..32acdd441 100644 --- a/test/torture-s/divmod-1.c.s +++ b/test/torture-s/divmod-1.c.s @@ -10,7 +10,7 @@ div1: # @div1 # BB#0: # %entry i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 - return $pop1 + # fallthrough-return: $pop1 .endfunc .Lfunc_end0: .size div1, .Lfunc_end0-div1 @@ -25,7 +25,7 @@ div2: # @div2 # BB#0: # %entry i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 - return $pop1 + # fallthrough-return: $pop1 .endfunc .Lfunc_end1: .size div2, .Lfunc_end1-div2 @@ -39,7 +39,7 @@ div3: # @div3 .result i32 # BB#0: # %entry i32.div_s $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end2: .size div3, .Lfunc_end2-div3 @@ -53,7 +53,7 @@ div4: # @div4 .result i32 # BB#0: # %entry i32.div_s $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end3: .size div4, .Lfunc_end3-div4 @@ -67,7 +67,7 @@ mod1: # @mod1 .result i32 # BB#0: # %entry i32.const $push0=, 0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end4: .size mod1, .Lfunc_end4-mod1 @@ -81,7 +81,7 @@ mod2: # @mod2 .result i32 # BB#0: # %entry i32.const $push0=, 0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end5: .size mod2, .Lfunc_end5-mod2 @@ -95,7 +95,7 @@ mod3: # @mod3 .result i32 # BB#0: # %entry i32.rem_s $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end6: .size mod3, .Lfunc_end6-mod3 @@ -109,7 +109,7 @@ mod4: # @mod4 .result i32 # BB#0: # %entry i32.rem_s $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end7: .size mod4, .Lfunc_end7-mod4 @@ -123,7 +123,7 @@ mod5: # @mod5 .result i32 # BB#0: # %entry i32.rem_s $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end8: .size mod5, .Lfunc_end8-mod5 @@ -137,7 +137,7 @@ mod6: # @mod6 .result i32 # BB#0: # %entry i32.rem_u $push0=, $0, $1 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end9: .size mod6, .Lfunc_end9-mod6 |