diff options
Diffstat (limited to 'test/torture-s/20000715-1.c.s')
-rw-r--r-- | test/torture-s/20000715-1.c.s | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/torture-s/20000715-1.c.s b/test/torture-s/20000715-1.c.s index 77ec89b1b..8504172fd 100644 --- a/test/torture-s/20000715-1.c.s +++ b/test/torture-s/20000715-1.c.s @@ -7,6 +7,7 @@ test1: # @test1 # BB#0: # %entry return + .endfunc .Lfunc_end0: .size test1, .Lfunc_end0-test1 @@ -17,6 +18,7 @@ test1: # @test1 test2: # @test2 # BB#0: # %entry return + .endfunc .Lfunc_end1: .size test2, .Lfunc_end1-test2 @@ -27,6 +29,7 @@ test2: # @test2 test3: # @test3 # BB#0: # %entry return + .endfunc .Lfunc_end2: .size test3, .Lfunc_end2-test3 @@ -42,6 +45,7 @@ test4: # @test4 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return + .endfunc .Lfunc_end3: .size test4, .Lfunc_end3-test4 @@ -57,6 +61,7 @@ test5: # @test5 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return + .endfunc .Lfunc_end4: .size test5, .Lfunc_end4-test5 @@ -72,6 +77,7 @@ test6: # @test6 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return + .endfunc .Lfunc_end5: .size test6, .Lfunc_end5-test6 @@ -89,6 +95,7 @@ main: # @main i32.store $discard=, y($0), $pop1 call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end6: .size main, .Lfunc_end6-main @@ -111,5 +118,5 @@ y: .size y, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |