diff options
Diffstat (limited to 'test/torture-s/usmul.c.s')
-rw-r--r-- | test/torture-s/usmul.c.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/torture-s/usmul.c.s b/test/torture-s/usmul.c.s index 56be2d089..c21fa1ba4 100644 --- a/test/torture-s/usmul.c.s +++ b/test/torture-s/usmul.c.s @@ -9,7 +9,7 @@ foo: # @foo .result i32 # BB#0: # %entry i32.mul $push0=, $1, $0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -23,7 +23,7 @@ bar: # @bar .result i32 # BB#0: # %entry i32.mul $push0=, $1, $0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end1: .size bar, .Lfunc_end1-bar |