diff options
Diffstat (limited to 'test/torture-s/loop-9.c.s')
-rw-r--r-- | test/torture-s/loop-9.c.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/torture-s/loop-9.c.s b/test/torture-s/loop-9.c.s index 87360bc00..fd3473cd4 100644 --- a/test/torture-s/loop-9.c.s +++ b/test/torture-s/loop-9.c.s @@ -8,7 +8,7 @@ false: # @false .result i32 # BB#0: # %entry i32.const $push0=, 0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end0: .size false, .Lfunc_end0-false @@ -22,7 +22,7 @@ main: # @main .result i32 # BB#0: # %entry i32.const $push0=, 0 - return $pop0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main |