diff options
Diffstat (limited to 'test/torture-s/20050316-1.c.s')
-rw-r--r-- | test/torture-s/20050316-1.c.s | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/torture-s/20050316-1.c.s b/test/torture-s/20050316-1.c.s index 1e6d590dc..1f5fa48e5 100644 --- a/test/torture-s/20050316-1.c.s +++ b/test/torture-s/20050316-1.c.s @@ -9,6 +9,7 @@ test1: # @test1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 + .endfunc .Lfunc_end0: .size test1, .Lfunc_end0-test1 @@ -21,6 +22,7 @@ test2: # @test2 .result i32 # BB#0: # %entry return $0 + .endfunc .Lfunc_end1: .size test2, .Lfunc_end1-test2 @@ -37,6 +39,7 @@ test3: # @test3 i32.store $push3=, 0($pop1), $pop2 i32.store $discard=, 0($0), $pop3 return + .endfunc .Lfunc_end2: .size test3, .Lfunc_end2-test3 @@ -55,6 +58,7 @@ test4: # @test4 i64.extend_s/i32 $push5=, $pop4 i64.store $discard=, 0($0), $pop5 return + .endfunc .Lfunc_end3: .size test4, .Lfunc_end3-test4 @@ -70,6 +74,7 @@ test5: # @test5 i32.store $discard=, 0($pop1), $2 i32.store $discard=, 0($0), $1 return + .endfunc .Lfunc_end4: .size test5, .Lfunc_end4-test5 @@ -82,9 +87,10 @@ main: # @main # BB#0: # %if.end30 i32.const $push0=, 0 return $pop0 + .endfunc .Lfunc_end5: .size main, .Lfunc_end5-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |