diff options
Diffstat (limited to 'test/torture-s/arith-rand.c.s')
-rw-r--r-- | test/torture-s/arith-rand.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/arith-rand.c.s b/test/torture-s/arith-rand.c.s index 23ded4937..3e26870b0 100644 --- a/test/torture-s/arith-rand.c.s +++ b/test/torture-s/arith-rand.c.s @@ -18,6 +18,7 @@ simple_rand: # @simple_rand i32.const $push6=, 8 i32.shr_u $push7=, $pop5, $pop6 return $pop7 + .endfunc .Lfunc_end0: .size simple_rand, .Lfunc_end0-simple_rand @@ -74,6 +75,7 @@ random_bitstring: # @random_bitstring i32.const $push14=, 0 i32.store $discard=, simple_rand.seed($pop14), $1 return $3 + .endfunc .Lfunc_end1: .size random_bitstring, .Lfunc_end1-random_bitstring @@ -309,6 +311,7 @@ main: # @main i32.store $discard=, simple_rand.seed($1), $2 call exit@FUNCTION, $1 unreachable + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main @@ -320,5 +323,5 @@ simple_rand.seed: .size simple_rand.seed, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |